nativescript-vue/nativescript-vue.org

Update docs for TimePicker and DatePicker

rigor789 opened this issue · 0 comments

From @yassipad on March 24, 2018 12:26

Just because I ran into an issue where my date/time pickers would not trigger value change... simply because the events are respectively "dateChange" and "timeChange" instead of "dateChanged" and "timeChanged" as defined in the docs:

https://nativescript-vue.org/en/docs/elements/components/time-picker/#events
https://nativescript-vue.org/en/docs/elements/components/date-picker/#events

Copied from original issue: nativescript-vue/nativescript-vue#154