Closed brionmario closed 1 week ago
The implementation of the above feature was attempted on top of the current implementation and the following set of issues were observed.
URLInput
, TransferList
) we not controlled by the forms module, hence their form state had to be separately managed which introduced complexity to the existing code.Implementation
@wso2is/forms
- wso2/identity-apps#965
Application Management - https://github.com/brionmario/identity-apps/tree/feature-unsaved-changes-disclaimer
Suggestions
Switching to a different form library will be a better solution. Redux form has inbuilt support for form state checking.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Is your feature request related to a problem? Please describe. In Developer/Admin portals edit views, different sections have individual submit buttons to save the changes. If a user accidentally switches to a different tab or a page, all the changes will be lost.
Describe the solution you'd like It would be better to show a disclaimer message when the forms are not pristine to improve UX.