[Improvement] Field: add left-icon prop (#1092)

This commit is contained in:
neverland
2018-05-17 18:03:41 +08:00
committed by GitHub
parent e73e950662
commit 178b188439
5 changed files with 123 additions and 6 deletions
@@ -0,0 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`render textarea 1`] = `
<div class="van-cell van-hairline van-field">
<!---->
<!---->
<div class="van-cell__value van-cell__value--alone">
<textarea class="van-field__control" style="height: auto;"></textarea>
<!---->
<!---->
<!---->
</div>
<!---->
</div>
`;