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
What problem does this feature solve?
Listen/ react to first click when selecting a range.
This would allow to create an optional range picker without needing the second click when selecting a single day.
Alternatively the input event could be fired on both clicks with [Date, null] on the first click.
What does the proposed API look like?
The selected event only needs to be bubbled from the Panel components.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Listen/ react to first click when selecting a range.
This would allow to create an optional range picker without needing the second click when selecting a single day.
Alternatively the input event could be fired on both clicks with [Date, null] on the first click.
What does the proposed API look like?
The selected event only needs to be bubbled from the Panel components.
The text was updated successfully, but these errors were encountered: