Datepicker component
npm install @vonage/vwc-datepickerThe vwc-datepicker component wraps a date-containing vwc-textfield and enables easy date picking.
Bases on Flatpicker.
``html`
The datepicker will parse the textfield's content according to its dateFormat attribute and present a picker to the user. After a date is selected, the picker will set the textfield's value according to that same dateFormat`.
In order to set/get date values one should directly alter the textfield.