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
On blur event I get event.target.value of only one input in daterange. It is not possible to implement custom logic on two inputs.
I want to capture custom values in date-math format, for example now-1d and parse them back to date. But it doesn't work for daterange.
Steps to reproduce
Listen to blur event in daterange picker, output event.target.value on blur event
Describe the bug
On blur event I get event.target.value of only one input in daterange. It is not possible to implement custom logic on two inputs.
I want to capture custom values in date-math format, for example now-1d and parse them back to date. But it doesn't work for daterange.
Steps to reproduce
Listen to blur event in daterange picker, output event.target.value on blur event
Link to minimal reproduction
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: