You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an HTML5 widget [0], fully supported by Bootstrap, but it is not listed as a supported widget. This causes some issues: for example, I can't use addon_after.
How to fix
Just adding "datetime-local" to FieldRenderer.is_form_control_widget seems to be enough to make it work.
Problem
<input type="datetime-local">
This is an HTML5 widget [0], fully supported by Bootstrap, but it is not listed as a supported widget. This causes some issues: for example, I can't use addon_after.
How to fix
Just adding "datetime-local" to
FieldRenderer.is_form_control_widget
seems to be enough to make it work.[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
The text was updated successfully, but these errors were encountered: