Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePicker #33

Open
adam-trojanowski opened this issue May 25, 2021 · 0 comments
Open

DatePicker #33

adam-trojanowski opened this issue May 25, 2021 · 0 comments

Comments

@adam-trojanowski
Copy link
Contributor

adam-trojanowski commented May 25, 2021

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-datepicker enableTime noCalendar dateFormat='H:i'>
    <vwc-textfield dense icon='calendar' placeholder='Datepicker'></vwc-textfield>
  </vwc-datepicker>

  // this doesn't work
  <VwcDatepicker enableTime noCalendar dateFormat='H:i'>
    <VwcTextField dense icon='calendar' placeholder='Datepicker'></VwcTextField>
  </VwcDatepicker>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant