enisn / Xamarin.Forms.InputKit

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

LineBreakMode is not respected on iOS #367

Open Kas-code opened 3 months ago

Kas-code commented 3 months ago

Describe the bug The text property of the checkbox does not respect line breaks on iOS when using LineBreakMode

To Reproduce Steps to reproduce the behavior:

  1. Set LineBreakMode="WordWrap" on a checkbox with long text
  2. Run the app on an iOS device
  3. Observe that the text flows off the screen and does not wrap

Expected behavior The text should wrap