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
My intuition suggests that Radio and Select should behave identically apart from visual appearance. However, Radio only supports strings as key values. Thus,
@bind M Radio([M1 => "Diagonal Matrix", M2 => "Symmetric Matrix"])
does not work but
@bind M Select([M1 => "Diagonal Matrix", M2 => "Symmetric Matrix"])
does.
It seems this issues used to exist for Select too, but it was fixed in #3. Was Radio perhaps forgotten?
The text was updated successfully, but these errors were encountered:
My intuition suggests that
Radio
andSelect
should behave identically apart from visual appearance. However,Radio
only supports strings as key values. Thus,does not work but
does.
It seems this issues used to exist for
Select
too, but it was fixed in #3. WasRadio
perhaps forgotten?The text was updated successfully, but these errors were encountered: