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
Maybe instead of passing a type and then case matching and calling html output functions, we could pass a widget which implements some behavior and that module is responsible for "rendering" the html. If there is no widget present, type could be inferred by the schema and assigned a widget by default.
There are many other use cases where custom rendering is needed. I would gladly work on something like this, but is this project alive?
Describe the problem you're proposing to solve
Make the drop list more manageable where there are many list items.
Describe the solution you'd like
Add Javascript Select2 library instead of the regular drop list.
Describe alternatives you've considered
https://github.com/nico-amsterdam/phoenix_form_awesomplete
Additional context
Add any other context or screenshots about the feature request here.
https://select2.org/
The text was updated successfully, but these errors were encountered: