Baseflow / XF-Material-Library

A Xamarin Forms library for implementing Material Design
https://baseflow.com
MIT License
647 stars 162 forks source link

Feature Request: TextField Show Password Icon/Text #48

Open ShahmanTeh opened 5 years ago

ShahmanTeh commented 5 years ago

Feature to include the support of adding show password by pressing/holding the show password icon/text

thiagoparabas commented 5 years ago

This is feature was created?

DarkIrata commented 3 years ago

Any updates on this request? Or is there any workaround?

martijn00 commented 3 years ago

Please make a PR

ramonB1996 commented 3 years ago

For anyone still looking for a workaround on this: https://github.com/CrossGeeks/ShowHidePasswordTrigger Or look at this stackoverflow post: https://stackoverflow.com/questions/58274340/best-approach-for-show-hide-password-toggle-functionality-in-xamarin-traditional

kerberosargos commented 3 years ago

Hello guys, you can set show hide behavior with TrailingIconSelected event or TrailingIconCommand using this pull request.