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

String key value is not reset when changing key #1276

Closed
pdesoyres-cc opened this issue Dec 9, 2024 · 0 comments · May be fixed by #1282
Closed

String key value is not reset when changing key #1276

pdesoyres-cc opened this issue Dec 9, 2024 · 0 comments · May be fixed by #1282
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pdesoyres-cc
Copy link
Contributor

Reproduce with:

  • have 3 string keys 'key1', 'key2', 'key3'
  • each keys with empty value
  • select 'key1'
  • change value to '111'
  • select 'key2'
  • value displayed is still '111' although it should be empty
  • select 'key3'
  • value displayed is still '111' although it should be empty
  • select 'key1' back
  • select 'key2'
  • value is an empty string as it should have been on previous steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant