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
Add another option to type() that allows for skipping the blur event. This is useful for testing form validation where validation typically happens either onChange or onBlur. Simulate all the typing without leaving the field would be useful in this case.
Describe the Feature
Add another option to
type()
that allows for skipping the blur event. This is useful for testing form validation where validation typically happens eitheronChange
oronBlur
. Simulate all the typing without leaving the field would be useful in this case.Possible Implementations
An
if
atreact-native-testing-library/src/user-event/type/type.ts
Line 72 in 19da22c
Related Issues
The text was updated successfully, but these errors were encountered: