nhn / tui.date-picker

Component that selects specific date.
https://nhn.github.io/tui.date-picker/latest/
MIT License
94 stars 30 forks source link

Change date event, open/close calendar event. #98

Open dvsnic opened 2 years ago

dvsnic commented 2 years ago

Hello. Tell me, are there any events in tui datepicker that are triggered when a date is changed in the calendar, when the calendar opens / hides? For example: datePicker.on('changeDate', function(){}); datePicker.on('openCalendar', function(){}); datePicker.on('closeCalendar', function(){});

jajugoguma commented 2 years ago

@dvsnic The events that you want are already provided as change, open, close. More descriptions of these events are here.