UX: remove unsupported filterable attr from form template sample (#23535)
This commit is contained in:
parent
fd32ba2e13
commit
40ae6432f3
|
@ -47,7 +47,6 @@ export const templateFormFields = [
|
||||||
"admin.form_templates.field_placeholders.none_label"
|
"admin.form_templates.field_placeholders.none_label"
|
||||||
)}"
|
)}"
|
||||||
label: "${I18n.t("admin.form_templates.field_placeholders.label")}"
|
label: "${I18n.t("admin.form_templates.field_placeholders.label")}"
|
||||||
filterable: false
|
|
||||||
validations:
|
validations:
|
||||||
# ${I18n.t("admin.form_templates.field_placeholders.validations")}`,
|
# ${I18n.t("admin.form_templates.field_placeholders.validations")}`,
|
||||||
},
|
},
|
||||||
|
|
|
@ -178,7 +178,6 @@ describe "Admin Customize Form Templates", type: :system do
|
||||||
attributes:
|
attributes:
|
||||||
none_label: "Select an item"
|
none_label: "Select an item"
|
||||||
label: "Enter label here"
|
label: "Enter label here"
|
||||||
filterable: false
|
|
||||||
validations:
|
validations:
|
||||||
# enter validations here',
|
# enter validations here',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue