Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form.field.Select #6136

Open
tobiu opened this issue Dec 5, 2024 · 0 comments
Open

form.field.Select #6136

tobiu opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request no auto close

Comments

@tobiu
Copy link
Collaborator

tobiu commented Dec 5, 2024

A ComboBox supports typing into an input field, while a default select tag only supports selecting an option.

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 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

@tobiu tobiu added enhancement New feature or request no auto close labels Dec 5, 2024
@tobiu tobiu self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no auto close
Projects
None yet
Development

No branches or pull requests

1 participant