Frontmatter
| id | 6136 |
| title | form.field.Select |
| state | Open |
| labels | enhancementno auto close |
| assignees | tobiu |
| createdAt | Dec 5, 2024, 8:02 PM |
| updatedAt | Dec 5, 2024, 8:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6136 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
form.field.Select
Openenhancementno auto close
A ComboBox supports typing into an input field, while a default
selecttag 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