Events: Forward preventDefault, stopPropagation from original event #4375
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
In PrimeReact custom event creation that hands back the
originalEvent
the preventDefault and stopPropagation do nothing. To me this is confusing for users that callevent.preventDefault()
that does nothing and they need to doevent.originalEvent.preventDefault()
.The text was updated successfully, but these errors were encountered: