XF-Material-Library
XF-Material-Library copied to clipboard
Textfield ignore Margins and width size
🐛 Bug Report
The texfield ignore the margins and restrictions when write a word with this format
[email protected] some emails has this format
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
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
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?
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