Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Syncfusion Team,
I am implementing a functionality to Autofill the User name and password as per :
I have Entry inside SfTextInputLayout with Hint text set. Screenshots attached.
When I remove the "Hint", this works perfectly, by single tapping, it opens the Autofill suggestions.
But, I don't want to remove the "Hint".
Any reason why Hint in the SfTextInputLayout is preventing the Autofill to display when I single tap on the Textbox?
Please suggest how to bring this Autofill popup just by single tapping on the Textbox and without removing the Hint.
NOTE : For this implementation, there is no need to write anything in the Focus event. This works by default in the Android if we set the autofillHint on EditText natively by Effect.
Thanks,
Milan Gohil