#suchishah.
1 messages · Page 1 of 1 (latest)
I don't see any Stripe code here. Which APIs are you calling with these values/params?
I am building stripe app with stripe UI component <Select> and here's a link
https://stripe.com/docs/stripe-apps/components/select
AH, ok. Checking
I don't think you can use <Select /> like a controlled component like you are
Try and remove the defaultValue prop
hi @ornate dragon , we want that dropdown component <Select/> to be controlled, is there a way by which we can implement controlled dropdown in the stripe app ?
Hmm, maybe this should work: https://github.com/stripe/stripe-apps/issues/89
Just missing a value props I think, instead of defaultValue.
but it seems that value prop is deprecated