#suchishah.
1 messages · Page 1 of 1 (latest)
How does this related to Stripe?
I am implementing a stripe app by using stripe components
Ok, but what 'submit' button are you referencing?
if app has 50 and more form fields
I don't understand these conditions
Suppose there are 50 text field which is all required
Now I want to check on button whether all fields are valid or not
Which Stripe component has 50 text fields?
I am using <TextField> component to make a form
so there are more than 50 text fields in my app
Can you show me the documentation for the TextField component?
I'd imagine you'd need to add your own validation for the form via a third-party lib like react-hook-form or similar
Stripe Apps doesn't have validation APIs/helpers
Can we implement this library with Stripe components? Or we only can use with reactJs?