give the ability to have an underlined Entry for both iOS and Android when the Entry is inside a SfTextInputLayout with ContainerType="Outlined" #206
alessandrocaliaro
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@alessandrocaliaro, to show the underline under the Entry in SfTextInputLayout, the control supports Container Type Filled and None modes. Please refer to the UG documentation links below. Container Types UG link I have prepared a sample that demonstrates all 3 container types. Please get the sample from here. If you still face any difficulties, let us know the details and use cases of your requirements. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently if a SfTextInputLayout has ContainerType="Outlined", borders are displayed on all sides of the Entry. It would be nice to have the ability to also handle the underline under the Entry, both for iOS and Android. Today this is not possible. I tried to insert a VerticalStackLayout with the Entry and a BoxView (to simulate the line under the Entry) but SfTextInputLayout stops working correctly
Beta Was this translation helpful? Give feedback.
All reactions