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
'select' uses an HTML <select> element, but this does not allow all invalid data. I think we should always use typeahead fields instead, for this reason.
'search' should be renamed to 'select'
add 'mutilselect' option
should fields with get_matching_values automatically be 'select' (or 'multiselect')?
should HTML types be automatic, unless overridden with a custom type/class?
The text was updated successfully, but these errors were encountered:
<select>
element, but this does not allow all invalid data. I think we should always use typeahead fields instead, for this reason.get_matching_values
automatically be 'select' (or 'multiselect')?The text was updated successfully, but these errors were encountered: