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.
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?
In the app compliance docs for Review Requirements
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.
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?