Frontmatter
| id | 5378 |
| title | form.field.ComboBox: updateValueFromInputValue() => needs to clear selections |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Apr 3, 2024, 5:26 PM |
| updatedAt | Apr 3, 2024, 5:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5378 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2024, 5:27 PM |
while we are already clearing the record when typing (silently), this also needs to remove list selections.
rationale: select an item, remove one or more characters, click on the same item (still selected, not clickable).