I have a question, I am trying to change the typeface of a textbox from normal to password and viceversa but when I do it my keyboard change too. How can I resolve it? I need that the keyboard will be the same in both typefaces.
You have given this condition in Button click. It means app will at that time only. So instead of this block put it under when text box text changed block and try then let me know us
When input type is 1 that is normal so you can enter any text or string including emojis
and when input type is 2 that is password so you can’t enter any emoji and this is due to password that number column comes at the top . So now don’t worry and in password the entered text is not saved but if you do it normal the text is saved and the auto correct tab is also coming