MikaelEdebro / vue-airbnb-style-datepicker

A VueJs datepicker with a similar look and functionality as the popular AirBnb datepicker.
https://mikaeledebro.gitbooks.io/vue-airbnb-style-datepicker/
MIT License
505 stars 105 forks source link

Changing texts to be props #117

Closed goldendoodledev closed 5 years ago

goldendoodledev commented 5 years ago

This PR allows control the 'Apply', 'Cancel', and 'Keyboard Shortcuts' with props instead of through $options.

See below how the props are passed in, and the rendered results.

Screen Shot 2019-06-15 at 10 10 21 AM Screen Shot 2019-06-15 at 10 14 24 AM

One test is failing, but looks like its also failing on the master branch: (gui: date are set if user types a valid date in input). Let me know if you want me to change anything, I'm happy to make updates.