You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes on Required field when empty label and DatepickerInput selector (#159)
Two fixes:
1- star not visible on required field label when the label is empty
2- Ids can start as numbers in HTML5 (hence guid as id is okay), but
querySelector uses CSS3 selectors for querying the DOM and CSS3 doesn't
support ID selectors that start with a digit
0 commit comments