mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[Improvement] Field: support autosize maxHeight & minHeight (#718)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
type="textarea"
|
||||
:placeholder="$t('messagePlaceholder')"
|
||||
rows="1"
|
||||
autosize
|
||||
:autosize="{ maxHeight: 100, minHeight: 40 }"
|
||||
/>
|
||||
</van-cell-group>
|
||||
</demo-block>
|
||||
|
Reference in New Issue
Block a user