mirror of
https://github.com/directus/directus.git
synced 2026-02-02 07:25:03 -05:00
Pass loading prop to form-field-interface (#5104)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"
|
||||
v-bind="(field.meta && field.meta.options) || {}"
|
||||
:disabled="disabled"
|
||||
:loading="loading"
|
||||
:value="value === undefined ? field.schema.default_value : value"
|
||||
:width="(field.meta && field.meta.width) || 'full'"
|
||||
:type="field.type"
|
||||
|
||||
Reference in New Issue
Block a user