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
When using the latest vivid datepicker (2.8.0) using wrapped components the date/time picker shows only an empty shadow. If vanilla vivid components are used in the same place, proper time selection inputs appear.
<div>
// this works as expected
<vwc-datepickerenableTimenoCalendardateFormat='H:i'><vwc-textfielddenseicon='calendar' placeholder='Datepicker'></vwc-textfield></vwc-datepicker>
// this doesn't work
<VwcDatepickerenableTimenoCalendardateFormat='H:i'><VwcTextFielddenseicon='calendar' placeholder='Datepicker'></VwcTextField></VwcDatepicker></div>
The text was updated successfully, but these errors were encountered:
When using the latest vivid datepicker (2.8.0) using wrapped components the date/time picker shows only an empty shadow. If vanilla vivid components are used in the same place, proper time selection inputs appear.
The text was updated successfully, but these errors were encountered: