Set input field value from json

This commit is contained in:
Muhammad Hamad Awan 2022-12-23 00:02:06 +05:00
parent 5d61682431
commit 8a2f7179ed

View File

@ -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"