mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-10 09:39:20 +08:00
Set input field value from json
This commit is contained in:
parent
5d61682431
commit
8a2f7179ed
@ -6,6 +6,7 @@
|
||||
:disabled="field.options.disabled" :readonly="field.options.readonly"
|
||||
:size="widgetSize" class="hide-spin-button"
|
||||
:type="inputType"
|
||||
:value="field.options.value"
|
||||
:show-password="field.options.showPassword"
|
||||
:placeholder="field.options.placeholder"
|
||||
:clearable="field.options.clearable"
|
||||
|
Loading…
Reference in New Issue
Block a user