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 single select UI behavior on listen tags #33

Open
hburgund opened this issue Nov 6, 2017 · 0 comments
Open

fix single select UI behavior on listen tags #33

hburgund opened this issue Nov 6, 2017 · 0 comments

Comments

@hburgund
Copy link
Member

hburgund commented Nov 6, 2017

When a uigroup is "select": "single", the UI should enforce that only one uiitem can be in selected state at once. Each time a user selects a uiitem in that uigroup, all other uiitems should be set to unselected, leaving only the most recently selected uiitem in selected state.

Currently, the most recent TWO uiitems are left in selected state each time a new selection is made.

I have changed the Listen Question uigroup on the server to "select": "single" to show this issue. Just open up the Listen tags, tap on the Question tab and then start making selections.

hburgund pushed a commit to hburgund/roundware-ios-framework-v2 that referenced this issue Jul 30, 2019
…te (roundware#33)

* 🎉 Wait for all startup to finish to call delegate

* 🔥 Revert unneeded ios version change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants