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
I have tested the provided code above with Firefox 122.0 (64-bit) with default settings and it works correctly - showing thumbs up or thumbs down - not both at the same time.
I use this code:
<SwitchContent Animation="SwitchAnimation.Flip" ActiveChanged="OnAgrementChanged"> <DefaultTemplate> <Icon IconType="@TablerIcons.Thumb_down" style="height:22px;" TextColor="TablerColor.Danger" /> </DefaultTemplate> <ActiveTemplate> <Icon IconType="@TablerIcons.Thumb_up" style="height:22px;" TextColor="TablerColor.Teal" /> </ActiveTemplate> </SwitchContent>
In Firefox browser are shown both icons at same time. In all other browser it work.
I use FireFix browser version 112.0.1 with default settings
The text was updated successfully, but these errors were encountered: