topcoderinc / TC-redis-manager

5 stars 15 forks source link

String value is not remembered when user selects the Value Type=String #344

Open codejamtc opened 5 years ago

codejamtc commented 5 years ago

image

  1. Deploy the App and run the application
  2. Select a server
  3. Click add new record
  4. Set Key=ABC; Value Type=String; Value=Test
  5. Switch the Value Type=List (Value=Test)
  6. Switch the Value Type=Set (Value=Test)
  7. Switch the Value Type=Ordered Set (Value=1 Score=1)
  8. Switch the Value Type=Hash Map (Key=2 Value=2)
  9. Switch the Value Type=List (Value=Test)
  10. Switch the Value Type=Set (Value=Test)
  11. Switch the Value Type=Ordered Set (Value=1 Score=1)
  12. Switch the Value Type=Hash Map (Key=2 Value=2)
  13. Switch the Value Type=String

Actual: String value is not remembered when user selects the Value Type=String

Expected: Should show the previous value entered into the field as others

Browser(s): Firefox 64.0.2 (Windows)

codejamtc commented 5 years ago

https://www.screencast.com/t/OTTSyYvZ

standlove commented 5 years ago

should clear the values (instead of remembering them) when user change type.