Existing value not displayed / lost on open of List Groups child pane
jschneid opened this issue · 3 comments
jschneid commented
Steps to reproduce:
- Open the sample app, and run it. (I'm using iPhone 8, running in the simulator, as the target.)
- In the running sample app, go to
Show Settings (Modal)
>List groups
>Add Tag...
- On the
Add Tag...
page, in theTag
field, enter a value (e.g.abc
), then tap theDone
button. - Back on the
List groups
page, observe that the newabc
tag is present in the list. Tap it.
Observed:
- On the
Add Tag...
page displayed for theabc
tag, theTag
field has no value -- it just displays theTag
placeholder value. - If the Done button is tapped again (without re-entering the
abc
value), then back on theList groups
page, the tag will show the default value ofTag
instead ofabc
.
Expected:
- The existing item value (
abc
) should be initially populated into theTag
field when editing that existing item.
Reproduced on XCode 11.6 on OSX 10.15.6.
Is the behavior that I'm expecting above accurate?
jschneid commented
I tried testing this on other iOS versions today; the same behavior as described above was reproducible on simulators running on iOS versions 13.6, 12.4, 11.4, and 10.3.1.
jschneid commented
Is this project currently accepting pull requests?
futuretap commented
Thanks, should be fixed in 3.1.4.