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
Currently package has selectedButton selectedButtons
also has _selectedIndexes _selectedIndex
Consider simplifying the api to be more generic.
In case of isRadio the _selectedIndexes could be limited to only one item - this will simplifies the api and internal logic
The text was updated successfully, but these errors were encountered:
In future, I want to do this at controller level, to simplify package logic and make him more lightweight. But now i don't understand how i can make it.
Currently package has
selectedButton
selectedButtons
also has
_selectedIndexes
_selectedIndex
Consider simplifying the api to be more generic.
In case of
isRadio
the_selectedIndexes
could be limited to only one item - this will simplifies the api and internal logicThe text was updated successfully, but these errors were encountered: