Search and Top Navigation
#15375 new bug ()
Opened March 24, 2020 09:31AM UTC
Last modified March 24, 2020 09:31AM UTC
Loading names suggestion even for datepicker
Reported by: | adityahazarika | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is strange but whenever I code my label as
<label for="dob">Date of Birth</label>
The Jquery datepicker loads perfectly, but when I code my Label as
<label for="ndob">Nominee Date of Birth</label>
The autocomplete suggestions for Names loads first which hides my date picker.
After doing many tests I found its happening only when id and Label name starts with letter 'n'.