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
Convert getValueAsDate/setValueAsDate into a get/set property valueAsDate (sbb-time-input and sbb-datepicker).
Proposal: use a couple of get/set properties (value, valueAsDate) just like on native input elements in order to avoid ambiguous scenarios like timeInput.valueAsDate = “2024-10-10T09:00:00.000Z”.
The text was updated successfully, but these errors were encountered:
Convert getValueAsDate/setValueAsDate into a get/set property valueAsDate (sbb-time-input and sbb-datepicker).
Proposal: use a couple of get/set properties (value, valueAsDate) just like on native input elements in order to avoid ambiguous scenarios like
timeInput.valueAsDate = “2024-10-10T09:00:00.000Z”
.The text was updated successfully, but these errors were encountered: