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
We should create the base class and make it configurable & extensible for custom option renderers.
It should extend form.field.Base (and not form.field.Text). It should use a store, but also work with passing an options array (creating a default store as needed).
Scope: neo v9
The text was updated successfully, but these errors were encountered:
A ComboBox supports typing into an input field, while a default
select
tag only supports selecting anoption
.This topic gets interesting, since there is a stage 2 proposal => already implemented in Chrome, but hidden inside an experimental feature: https://developer.chrome.com/blog/rfc-customizable-select
We should create the base class and make it configurable & extensible for custom option renderers.
It should extend
form.field.Base
(and notform.field.Text
). It should use a store, but also work with passing an options array (creating a default store as needed).Scope: neo v9
The text was updated successfully, but these errors were encountered: