python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I want to verify a value using text input from an array, but I am not getting an output
I want to input a value, which will be compared to my dummy data, and once the value is compared, i'll get an alert if the value is matched or not
//UPDATE - I have made some changes to the code, not...
dbafix
Votes: 0
Answers: 1
React-native keyboard dismiss immediately on focusing Textinput first time
Keyboard dismisses immediately on first focus in react-native application
Sivamani V
Votes: 0
Answers: 0
Doing a certain action after pressing the Enter key -React Native
I am using react-native-phone-input package for entering phone number. I want the password field below to open when the user presses the enter key on the keyboard after entering the phone number. Ther...
SoF
Votes: 0
Answers: 1
how do i submit data from a TextInput and reset the widget after submitting?
after using textinput data to start a new thread, the data doesn't reset and if i remove the data to introduce new data it also changes what is printing
.kv file
name: 'request'
MDTextField:
id: e...
Thejudg 47
Votes: 0
Answers: 1