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
Expected behavior
the circle inside the image be resized as well
Screenshots
happens on an iOS simulator. not tested on Android
Additional context
additionally, the "SelectedIndex" property on the RadioButtonGroupView does not work the same way as it used to after the release of InputKit 4.0. The control does not deselect the RadioButtons when this property is bound
The text was updated successfully, but these errors were encountered:
Describe the bug
The new SVG images are broken when you try to resize the radio button globally with the following line:
Plugin.InputKit.Shared.Controls.RadioButton.GlobalSetting.Size = 14;
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the circle inside the image be resized as well
Screenshots
happens on an iOS simulator. not tested on Android
Additional context
additionally, the "SelectedIndex" property on the RadioButtonGroupView does not work the same way as it used to after the release of InputKit 4.0. The control does not deselect the RadioButtons when this property is bound
The text was updated successfully, but these errors were encountered: