LearnNewsExamplesServices
Frontmatter
id5137
title[discuss] form.field.Select => form.field.Combobox refactoring
stateClosed
labels
enhancementdiscussionstale
assignees[]
createdAtDec 5, 2023, 11:57 AM
updatedAtSep 12, 2024, 4:28 AM
githubUrlhttps://github.com/neomjs/neo/issues/5137
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 12, 2024, 4:28 AM

[discuss] form.field.Select => form.field.Combobox refactoring

Closed v8.1.0 enhancementdiscussionstale
tobiu
tobiu commented on Dec 5, 2023, 11:57 AM

@ExtAnimal @mxmrtns

Max would like to see a SelectField implementation which is based on select and option tags.

Imho a ComboBox can already handle the functionality (via editable: false) and a real SelectField would add all options directly into the DOM. However, I am open minded :)

If you decide that the separation makes sense, we will need to rename the current form.field.Select into form.field.ComboBox (scope of this ticket) and then create a follow up ticket to create a new form.field.Select. The new implementation should be pretty easy.

In case you decide to just stick to the current implementation, this ticket can also get closed.

tobiu added the enhancement label on Dec 5, 2023, 11:57 AM
tobiu added the discussion label on Dec 5, 2023, 11:57 AM