Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

password textInput not working on android

[Android Only]

If you have an keyboardType prop with values 'email-address' or 'phone-pad' in your TextInput the secureTextEntry doesn't work and the input shows its value as a normal input (not like an password input).

<TextInput
  secureTextEntry
  keyboardType="email-address"
/>

<TextInput
  secureTextEntry
  keyboardType="phone-pad"
/>
Comment

PREVIOUS NEXT
Code Example
Javascript :: cordova read file in www folder 
Javascript :: how to check type of value in a java script file 
Javascript :: encriptar exadecimal con cryptojs 
Javascript :: extension for local storage in angular 8 
Javascript :: llamar a un segundo back 
Javascript :: what does js stand for 
Javascript :: install phantomjs Alpine Linux 
Javascript :: rest operator javascript 
Javascript :: how to pronounce psychological 
Javascript :: setup node and mongodb on centos 7 using npm 
Javascript :: css errors in node js server 
Javascript :: dwhdjksbhds efedhgsd djsioqdhsjd 
Javascript :: xdebug in blade 
Javascript :: how display same paragraph in all pages of website in js 
Javascript :: ontouch validate angular 
Javascript :: how do i activate my mangekyou sharingan 
Javascript :: jquery.validate.unobtrusive dynamic content 
Javascript :: charat javascript in swicth 
Javascript :: what does l do in javascript 
Javascript :: change linear bagckgorund by javascript 
Javascript :: javascript on the fly form submit 
Javascript :: google pay payment gateway for react js project 
Javascript :: how to add some thing to url by js 
Javascript :: erb object to json 
Javascript :: asp.net run javascript on page load 
Javascript :: Minimize DOM access - JavaScript 
Javascript :: angular component with attribute selector 
Javascript :: how to make a login form discord.js part 1 
Javascript :: mongodb match array not empty aggregation 
Javascript :: import json file react typescript 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =