Secure text entry from block code

how can i change a text input filed from secure text to readable text when click on show icon. i cant find the property to change it

I don’t think you can change that property but you can have two text input components, one secure and one not, and show/hide them as needed. You’ll need to update the value of the non-secure one when the user clicks the show icon button.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.