I do use
SfTextInputLayout all over my App.
Now I need to make some layout changes, and I need completely remove the Underline that appears on all the Entry controls.
I created an effect that I can apply to a regular entry that is working. But this effect seems to be ignored when applied to an Entry on a
SfTextInputLayout.
Is there some way to completely remove the Underline of an Entry on a SfTextInputLayout?
By the way, is there a way for Hint to be displayed on top instead of inside the control?
Thanks