Top "Textinput" questions

For questions related to a single-line, text input.

How to control defaultValue of React Native's <TextInput>?

I have a <TextInput/> with a defaultValue set up and a button where it would trigger and pass …

javascript css react-native textinput jsx
Get value of input text with react-bootstrap

I try to get value into a input text and add it to a text area with react-bootstrap. I know …

javascript reactjs textarea react-bootstrap textinput
Get value of <input type="number"> with JS when it contains non-numeric characters

This jsfiddle demonstrates the following issue. The simplest example is: <input id="number" type="number" value="1"> console.log(…

javascript html textinput
How to cancel edit/disable cached input (of type text) value?

I have an input of type text, from which I have already entered value 1234 it has been saved in cache …

javascript html caching autocomplete textinput
How to selector ID textbox array using jquery

I have code HTML <input id="info[text1]" type="text" value="1"/> <br> <input id="info[…

jquery jquery-selectors selector textinput
restricting character set in a Textinput field

I have a TextInput field that should be restricted to either capital letters, lowercase letters, numbers and underscores. This is …

apache-flex mxml character textinput restrict
VueJS - How to detect Ctrl+V?

I've already seen the answers to this question, but it's not the solution I need, since it's for jQuery, and …

javascript vue.js vuejs2 textinput
scrollview can't scroll when focus textinput react native

I have a TextInput inside a ScrollView. The scroll isn't working when the TextInput is on focus. This problem is …

android-edittext react-native scrollview textinput react-native-scrollview
Change the focus automatically to the next TextInput in react native

I am developing an App with react native. I have three TextInput boxes as bellow: I need to change the …

reactjs react-native textinput
Jquery .keypress on a dynamically added input

I am currently adding an input via a .click event and then wanting to listen to any keypress that occurs …

jquery keypress textinput dynamic-forms