[Improvement] Field: add blur method (#1264)

This commit is contained in:
neverland
2018-06-11 20:08:14 +08:00
committed by GitHub
parent c86405dd9f
commit 409055195b
6 changed files with 46 additions and 13 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>
`;