XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

Textfield ignore Margins and width size

Open alextorres50 opened this issue 5 years ago • 2 comments

🐛 Bug Report

The texfield ignore the margins and restrictions when write a word with this format

[email protected] some emails has this format

image

Expected behavior

It is expected that when writing a domain or a long word with that format you do not ignore the limits or margins

image

Reproduction steps

Write a email format with large domain as asdadæ@asdadadasd.co.uk

Configuration

Version: 1.4.0 and newest

Platform:

  • [X] :iphone: iOS
  • [ ] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

alextorres50 avatar Jan 14 '20 04:01 alextorres50

I tried to replicate but in my case it works fine. Can you explain in more detail what you mean how many Margin and what restrictions. Can you send a sample code?

OdetteP avatar Jan 14 '20 08:01 OdetteP

Ok, I detect the error, when using HorizontalPadding with values ​​in the right field, the text field ignores the properties of the margins and the fill, when using the value HorizontalPadding="any value, 0"

solved this bug

but when I use HorizontalPadding="any value, any value"
the bug appear

alextorres50 avatar Jan 20 '20 21:01 alextorres50