I have testing the SfNumericEntry and the SfTextInputLayout controls, and i got some rare behaviors:
- Setting a MinimunHeightRequest of 44 in SfNumericEntry (to pair default Entry height) alone is ok on windows, but on android the text (number) inside is not vertically aligned (mac/ios untested)
- Setting a MinimunHeightRequest in SfNumericEntry (any) inside a
SfTextInputLayout, its ignored at startup, but if changed manually while in debugger it works.
- If SfNumericEntry or Entry has HorizontalTextAlignment="End" inside
SfTextInputLayout, above a certain width text has some left padding and get outside of the view. Setting MinimumWidthRequest="1" on SfNumericEntry or Entry solve this on android, but not for SfNumericEntry on windows.
I uploaded a short video and a sample of a test page.
Attachment:
SfNumericEntry_issue_83485a1b.zip