Replies: 1 comment 2 replies
-
Hello @joxpulp , Currently SecureFields doesn't have this event validation native and ideally the form should have the error status only when the form is submit. However, you can listen to the I hope that helps, thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our app if an user focus on an input and then blurs without writing anything, the input should validate and an error message should be shown like: "field is empty", with secureFields (field) this is not happening, the validationChange event is only triggering if the user writes something on the input, since I just can't access to the input value and create a custom validation because is inside of an iframe, there is a way to achieve this? or like a flag to add inside the mounting of the field like validateOnBlur:
Note: I notice that this behavior is happening with cardPayment brick using bricks, but this is not an option currently in our app
Beta Was this translation helpful? Give feedback.
All reactions