#suchishah.

1 messages · Page 1 of 1 (latest)

serene hedgeBOT
wooden gull
#

How does this related to Stripe?

vernal mirage
#

I am implementing a stripe app by using stripe components

wooden gull
#

Ok, but what 'submit' button are you referencing?

#

if app has 50 and more form fields
I don't understand these conditions

vernal mirage
#

Suppose there are 50 text field which is all required
Now I want to check on button whether all fields are valid or not

wooden gull
#

Which Stripe component has 50 text fields?

vernal mirage
#

I am using <TextField> component to make a form

#

so there are more than 50 text fields in my app

wooden gull
#

Can you show me the documentation for the TextField component?

vernal mirage
wooden gull
#

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

vernal mirage
#

Can we implement this library with Stripe components? Or we only can use with reactJs?