Frontmatter
| id | 5137 |
| title | [discuss] form.field.Select => form.field.Combobox refactoring |
| state | Closed |
| labels | enhancementdiscussionstale |
| assignees | [] |
| createdAt | Dec 5, 2023, 11:57 AM |
| updatedAt | Sep 12, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5137 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:28 AM |
@ExtAnimal @mxmrtns
Max would like to see a
SelectFieldimplementation which is based onselectandoptiontags.Imho a ComboBox can already handle the functionality (via
editable: false)and a realSelectFieldwould 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.Selectintoform.field.ComboBox(scope of this ticket) and then create a follow up ticket to create a newform.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.