Open pablooneto opened 7 years ago
onChange should return event object
onChange: function(event, value, formattedValue)
onChange: function(value, formattedValue)
Add the argument, maybe on a different hook
just put a DatePIcker and see the callback functions
onChange should return event object
Expected Behavior
onChange: function(event, value, formattedValue)
Current Behavior
onChange: function(value, formattedValue)
Possible Solution
Add the argument, maybe on a different hook
Steps to Reproduce (for bugs)
just put a DatePIcker and see the callback functions