Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin-ui): save form value of client in state while navigating between tabs #1341

Closed
jv18creator opened this issue Sep 22, 2023 · 0 comments · Fixed by #1354
Closed

fix(admin-ui): save form value of client in state while navigating between tabs #1341

jv18creator opened this issue Sep 22, 2023 · 0 comments · Fixed by #1354
Assignees
Labels
bug Something isn't working comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@jv18creator
Copy link
Contributor

Describe the bug
Form of OP Client should save the value even if we switch tabs, currently if we add some value to a field & then go to next tab and come back to previous tab, it doesn't save the value of form.

To Reproduce
Steps to reproduce the behavior:

  1. Go to OpenID Connect Clients module
  2. Add/Edit Client
  3. Modify client name input field
  4. Go to Some other tab (eg. Tokens)
  5. Come back to previous tab
  6. See that the input field doesnt remeber the modified value of input field

Expected behavior
Persist form value no matter which tab is selected.

@jv18creator jv18creator added bug Something isn't working comp-admin-ui Component affected by issue or PR labels Sep 22, 2023
@jv18creator jv18creator self-assigned this Sep 22, 2023
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Sep 22, 2023
jv18creator added a commit that referenced this issue Sep 27, 2023
…tween tabs #1341

Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
duttarnab added a commit that referenced this issue Oct 2, 2023
fix(admin-ui): save form value of client in state while navigating between tabs #1341
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
2 participants