Merge 8a2f7179ed2e09c211676f6fa856dd491959c444 into 5d6168243113798d043599f0759aef8a7a1bd007

This commit is contained in:
Hamad Awan 2022-12-23 00:02:35 +05:00 committed by GitHub
commit 2e1d0fef34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"