You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know we can code this in the onChange event. But it would be nice to have an onComplete event so when the popup disappears this event is fired, so we know the dates have been picked.
The text was updated successfully, but these errors were encountered:
@saulable - If you're looking for a quick fix, just do:
// Imaging that chosenDates = '01-01-2020 - 01-02-2020'
const chosenDatesSplit = chosenDates.split(' - ')
chosenDatesSplit[1] && console.log('An end date has been chosen')
Hello,
I know we can code this in the onChange event. But it would be nice to have an onComplete event so when the popup disappears this event is fired, so we know the dates have been picked.
The text was updated successfully, but these errors were encountered: