LearnNewsExamplesServices
Frontmatter
id4313
titleform.field.Select: When clicking on label of Select field, picker will stick and not hide
stateClosed
labels
bug
assignees[]
createdAtApr 24, 2023, 11:56 AM
updatedAtApr 24, 2023, 1:29 PM
githubUrlhttps://github.com/neomjs/neo/issues/4313
authoralberthashani
commentsCount3
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 24, 2023, 12:45 PM

form.field.Select: When clicking on label of Select field, picker will stick and not hide

Closed v8.1.0 bug
alberthashani
alberthashani commented on Apr 24, 2023, 11:56 AM

(No description provided)

alberthashani added the bug label on Apr 24, 2023, 11:56 AM
tobiu
tobiu Apr 24, 2023, 12:41 PM

clicking on the trigger button:

Screenshot 2023-04-24 at 12 37 46

clicking on a top positioned label:

Screenshot 2023-04-24 at 12 37 59

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

Screenshot 2023-04-24 at 12 38 36

=> 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 referenced in commit f627e0a - "form.field.Select: When clicking on label of Select field, picker will stick and not hide #4313" on Apr 24, 2023, 12:45 PM
tobiu
tobiu Apr 24, 2023, 12:45 PM
Screenshot 2023-04-24 at 12 44 46

i will create a new release to test it.

tobiu closed this issue on Apr 24, 2023, 12:45 PM
alberthashani
alberthashani Apr 24, 2023, 1:29 PM

Just tested it, it works. Thanks @tobiu for the quick fix :)