Skip to content

Commit 92dafea

Browse files
authored
IBX-10635: Fixed 'allowInput' flag in flatpickr (#1705)
1 parent 3a9b8d8 commit 92dafea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bundle/Resources/views/themes/admin/ui/component/inputs/input_date_time_picker.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
~ (is_small ? ' ibexa-input--small')
1717
~ (form.vars.errors|default(false) ? ' is-invalid')
1818
)|trim,
19-
readonly: 'readonly',
2019
type: 'text',
2120
placeholder: input_attr.placeholder|default(' '),
2221
disabled: is_disabled,

0 commit comments

Comments
 (0)