nightscout / Trio

Trio - an automated insulin delivery system for iOS based on the OpenAPS algorithm with adaptations.
https://docs.diy-trio.org/en/latest/
MIT License
80 stars 414 forks source link

Text Box Not Clearing When Adding Multiple Profiles #229

Closed kylmcw closed 4 months ago

kylmcw commented 4 months ago

Describe the bug When adding more than 1 profile in the same session i.e. do not let the pop up disappear, the text box for each following profile entry contains the name of the previous profile.

To Reproduce Steps to reproduce the behavior:

  1. Click on profiles
  2. enter random configuration
  3. Name profile
  4. Save
  5. Immediately create a new profile with the steps above without exiting the profile view.
  6. Notice the name of the previous profile in the text box pre-entered.

Expected behavior Each visit to create a new profile has an empty text box.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Setup Information (please complete the following information):

Additional context Add any other context about the problem here.

MikePlante1 commented 4 months ago

Thanks for reporting this. Solution seems to be pretty simple. Proposed in #230