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
Original Events are not available for most components.
We should check other components as well. Not having the original event makes it really difficult to stop propagation, prevent default or access any other param from the original event which might be needed in specific cases.
Steps to Reproduce
Go to KitchenSink of Precise-UI
Open Toggle Component
Print the event object on the onChange prop
Object does not have the originalEvent as stated on its Props list.
Expected behavior: Original Event should be available
Actual behavior: Original Event is undefined
Environment details: Any Browser.
Possible Solution
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
For more information, see the
CONTRIBUTING
guide.Versions
Version 0.8.1
Description
Original Events are not available for most components.
We should check other components as well. Not having the original event makes it really difficult to stop propagation, prevent default or access any other param from the original event which might be needed in specific cases.
Steps to Reproduce
Expected behavior: Original Event should be available
Actual behavior: Original Event is undefined
Environment details: Any Browser.
Possible Solution
The text was updated successfully, but these errors were encountered: