shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 40 forks source link

v-bind="$attr" is not added #82

Open yogeshgalav opened 6 months ago

yogeshgalav commented 6 months ago

The main div of component should inherit html attributes like id, name etc. Ideally it should also have an input field element instead of div to show input content. On that input tag we can use v-bind="$attr"