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
The Datepicker code example on the website is not right : <input type="date" class="datepicker"></div>
Even the code in the page doesn't work : <input id="birthdate" type="text" class="datepicker picker__input" readonly="" tabindex="-1" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="birthdate_root">
The text was updated successfully, but these errors were encountered:
The Datepicker code example on the website is not right :
<input type="date" class="datepicker"></div>
Even the code in the page doesn't work :
<input id="birthdate" type="text" class="datepicker picker__input" readonly="" tabindex="-1" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="birthdate_root">
The text was updated successfully, but these errors were encountered: