#benjamin-stripeapp-divider
1 messages · Page 1 of 1 (latest)
Thanks @digital flame
not finding much just yet I don't think it's possible but still digging into it
Yeah I'm still trying on my end as well
okay I'd recommend filing this as a feature request on https://github.com/stripe/stripe-apps/issues and we can look into adding an option to hide/disable the divider
Otherwise someone on my team said you could use https://stripe.com/docs/stripe-apps/components/formfieldgroup with the column layout to get around it
Woah. Ok I'll check the <FormFieldGroup> component
Here's my github FeatureRequest https://github.com/stripe/stripe-apps/issues/826
the <FormFieldGroup> doesn't provide the functionality that the <ListItem> provides so it's getting a bit more complicated
yeah you'd have to build some of the logic yourself I think
Working on it. Thanks for the direction @digital flame
I've flagged your issue to the team in charge of Stripe Apps so hopefully something they can prioritize in the future, but I wouldn't wait on it
Thanks !!
I figured it out
Make the backgroundColor & keyline props the same color:
css={{ backgroundColor: '#EBEEF1', keyline:'#EBEEF1' }}
ah smart hack!