Native input field IOS

0
Hi all,  At the login screen of my native app are input field for the username and password. For the password, At the native app at iOS, there is a small icon to delete the complete input data of that field. How can I edit/delete this icon (for just 1 input field)? The text to show the password is on top of this… Thanks, Kolien
asked
1 answers
0

It seems that it is a property of the input text component from React Native:

https://reactnative.dev/docs/textinput#clearbuttonmode

I’m just not sure whether this can be changed using the default Mendix text input widget. 

You may be able to style it differently, i’m just not sure what the default class for it would be.

Otherwise you could build a simple widget with the property set to not show this clear option.

answered