enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
579 stars 98 forks source link

RadioButton SVG images do not resize when size is changed #318

Open shahbaaz90 opened 1 year ago

shahbaaz90 commented 1 year ago

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:

  1. resize the radio button globally

Expected behavior the circle inside the image be resized as well

Screenshots Screenshot 2022-09-29 at 02 04 23

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

enisn commented 1 year ago

That should be fixed with https://github.com/enisn/Xamarin.Forms.InputKit/commit/a9f05e82498275e3685fc612e546f6a0a5c22466