Skip to content

Instantly share code, notes, and snippets.

@StErMi
Created April 6, 2017 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StErMi/e1147781763c794fa2de33b16dc588dc to your computer and use it in GitHub Desktop.
Save StErMi/e1147781763c794fa2de33b16dc588dc to your computer and use it in GitHub Desktop.
openui5-flatpickr Events
Name Description
onChange onChange gets triggered when the user selects a date, or changes the time on a selected date
onOpen onOpen gets triggered when the calendar is opened
onClose onClose gets triggered when the calendar is closed
onMonthChange onMonthChange gets triggered when the month is changed, either by the user or programmatically
onYearChange onYearChange gets triggered when the year is changed, either by the user or programmatically
onReady onReady gets triggered once the calendar is in a ready state
onValueUpdate onValueUpdate gets triggered when the input value is updated with a new date string
onDayCreate Take full control of every date cell with the onDayCreate() hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment