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
With the current implementation, there is a brief window where there can be two radio buttons checked. This can lead to the pressed_button property returning None.
We should not use the DOM in this instance. Better to keep track of the pressed button in an attribute.
The text was updated successfully, but these errors were encountered:
Stemming from Textualize#2202 and implementing the solution decided in Textualize#2203. Pretty
much this change removes all the state change/handling being done on the DOM
and keeps the state internally.
With the current implementation, there is a brief window where there can be two radio buttons checked. This can lead to the
pressed_button
property returning None.We should not use the DOM in this instance. Better to keep track of the pressed button in an attribute.
The text was updated successfully, but these errors were encountered: