You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tap on checkbox icon and going to the next page (navigate) and then navigate back, this checkbox always preserve the state, but, if i use a buttom to call .toggle() and going to the next page and back, the state not preserve.
Did you find a solution for this problem? I have a similar issue where the user can navigate back and forth between multiple views. First time the initial state of the checkbox or radiobutton is correct but after navigate back to a view the selection is gone.
Update: just found that binding a property to fillColor is the cause of my problem (fillColor="{{mainColor}}") When I set the color directly my problem is solved: (fillColor="#da291c")
When I tap on checkbox icon and going to the next page (navigate) and then navigate back, this checkbox always preserve the state, but, if i use a buttom to call .toggle() and going to the next page and back, the state not preserve.
Tap inside the checkbox have ripple effect:
https://media.giphy.com/media/H3pfYiz0XlbKqnImw3/giphy.gif
The text was updated successfully, but these errors were encountered: