stripe-apps icon indicating copy to clipboard operation
stripe-apps copied to clipboard

Feature request for SettingsView: Add ability to remove "Save button"

Open bensontrent opened this issue 6 months ago • 1 comments

In the app compliance docs for Review Requirements

image

It says we need to only provide one way of saving changes in an app. My app settings page saves each setting to my database on every change, essentially making the save button useless and confusing.

image

To bring my app into compliance with the Review Requirements, I have no control over the display of the save button from the SettingsView component. Is it permissible to use a basic <Box> component for the root view of a settings window or are there some requirements on your side for the root component of this view?

bensontrent avatar Feb 27 '24 04:02 bensontrent