-
Notifications
You must be signed in to change notification settings - Fork 38
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
Radio Buttons dont stay selected on side swipe #126
Comments
This one is a doozy. I've pinpointed the issue. It's a bug in The This is the only time the property is set. |
This bug should also apply to text inputs. Make sure solution fixes that too. This is actually important, and I need to be mindful on how this works when crafting constraints. |
Do we want to update the OSM Element every time the UI changes, or do we want to wait until we save to make those updates. If we wait, nothing is saved unless we press save. If we do an update every time, that means a save should encompass other elements that were edited. Would a save have several ways in it? This might link to bug #113. Might be good to get to the crux of the matter. |
Fixed this bug. Unfortunately, it does not fix #113. |
This was an issue from way back that got fixed. I think the the latest custom input sprint, it sneaked back in. This is an annoying bug. Should be an easy fix.
The text was updated successfully, but these errors were encountered: