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
If there is focus on a text input box the text is typed in and the input data it seems to be corrupted (getting some weird characters inserted into text box).
I dont want to trigger the keypress events.
PreventDefault is set to true but the issue is still going on.
Hi, same issue here can we prevent this from happening at all? Also tried the preventDefault method without success. Excellent package though really useful.
I want to prevent the onScan method call of any kind of keypress event from keyboard because it is altering my barcode scan input data.
I tried "preventDefault" prop but did not get any success, please suggest me something on it.
The text was updated successfully, but these errors were encountered: