when i click on button1, the console shows "Clicked btn 1"
when i click on button3, the console shows "Clicked btn 3" THEN "Clicked btn 1"
when i click on button2 afterwards, the console shows "Clicked btn 2" then "Clicked btn 3"
the same behavior occurs when commands as well (i wanted to use my radio buttons for filtering but i'll hold off for now)
So, it seems as if the click and command event/method for the CURRENTLY selected button is fired/called then the one for the previous button is called immediately after.
I thought it was my view/viewmodel that was disturbing, but i tested on a clean page but the issue persisted
I have a RadioGroupView Containing 2 or more buttons, like here
their code behinds are as such
ISSUE
I thought it was my view/viewmodel that was disturbing, but i tested on a clean page but the issue persisted
Short video showing my case.
https://github.com/enisn/UraniumUI/assets/41630728/4bc10e70-af1d-47b4-8057-b54f77e540b8