Rocket.Chat.ReactNative icon indicating copy to clipboard operation
Rocket.Chat.ReactNative copied to clipboard

[FIX] Disable save button for unchanged form and add a reset button in profile settings

Open try-catch-stack opened this issue 3 years ago • 0 comments

Proposed changes

  • Fixed the issue of active save button without any changes in the profile settings.
  • Added a reset button to reset the changes made in the profile settings.

Issue(s)

How to test or reproduce

  • Go to profile settings and you'll see that the save button is active without any changes in the form.

Screenshots

https://user-images.githubusercontent.com/77742477/171869844-73366278-b2e2-405a-bb05-89cabac92590.mp4

Types of changes

  • [X] Bugfix (non-breaking change which fixes an issue)
  • [ ] Improvement (non-breaking change which improves a current function)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Documentation update (if none of the other choices apply)

Checklist

  • [X] I have read the CONTRIBUTING doc
  • [X] I have signed the CLA
  • [X] Lint and unit tests pass locally with my changes
  • [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
  • [ ] I have added necessary documentation (if applicable)
  • [ ] Any dependent changes have been merged and published in downstream modules

Further comments

try-catch-stack avatar Feb 04 '22 19:02 try-catch-stack