GoncharukOrg / react-input

109 stars 9 forks source link

Confusing documentation for onMask property. #25

Closed mrbinky3000 closed 5 months ago

mrbinky3000 commented 5 months ago

The documentation for the onMask prop states "The input-mask event is fired asynchronously after the change event". How can something be both asynchronous and synchronous at the same time? How do you know it is fired "after the change event" if the event is asynchronous? Some clarification is needed.

GoncharukBro commented 5 months ago

This means that the event is queued for launch; the launch is initiated by the package itself. We never write information in documentation that we are not sure of.