|
@@ -12,6 +12,7 @@
|
|
:rows="item.rows || 3"
|
|
:rows="item.rows || 3"
|
|
:disabled="item.disabled"
|
|
:disabled="item.disabled"
|
|
:autofocus="item.autofocus"
|
|
:autofocus="item.autofocus"
|
|
|
|
+ :auto-grow="item.autoGrow"
|
|
:density="item.dense || 'compact'"
|
|
:density="item.dense || 'compact'"
|
|
:placeholder="item.placeholder || item.label"
|
|
:placeholder="item.placeholder || item.label"
|
|
:no-resize="!item.resize"
|
|
:no-resize="!item.resize"
|