vuejs-datepicker
vuejs-datepicker copied to clipboard
Add ability to hide the DateInput entirely
I ran into a situation, where I wanted to show the Calendar picker, but did not want to display the DateInput element at all.
So proposing a new prop 'date-input-visible', to provide a v-if conditional on the DateInput.
Also I needed to add a guard in the DatePicker.vue mounted as querySelector will not exist, if the element never renders.
Coverage remained the same at 100.0% when pulling f265bd61469b53225acb2d54ab1acf5f750140db on osikes:master into de0fc75fe6f6572eebf47f94da20716ab7690cff on charliekassel:master.
This gonna be added?
This gonna be added?
I'd like it to