Frontmatter
| id | 4313 |
| title | form.field.Select: When clicking on label of Select field, picker will stick and not hide |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Apr 24, 2023, 11:56 AM |
| updatedAt | Apr 24, 2023, 1:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4313 |
| author | alberthashani |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 24, 2023, 12:45 PM |
form.field.Select: When clicking on label of Select field, picker will stick and not hide

tobiu
Apr 24, 2023, 12:41 PM
clicking on the trigger button:

clicking on a top positioned label:

i think it is the accessibility rule which got added recently:

=> this one could trigger a 2nd input click.
i will add a picker is mounting flag into showPicker() to prevent the picker from mounting multiple times.

tobiu
Apr 24, 2023, 12:45 PM

i will create a new release to test it.
tobiu closed this issue on Apr 24, 2023, 12:45 PM

alberthashani
Apr 24, 2023, 1:29 PM
Just tested it, it works. Thanks @tobiu for the quick fix :)
(No description provided)