Top "Textinput" questions

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

Get the value in an input text box

What are the ways to get and render an input value using jQuery? Here is one:

html jquery jquery-selectors textinput html-input
Selecting all text in HTML text input when clicked

I have the following code to display a textbox in a HTML webpage. <input type="text" id="userid" name="…

javascript html textinput
Twitter Bootstrap inline input with dropdown

I'm trying to display a text input inline with a dropdown button. I can't figure out how to do this …

html twitter-bootstrap textinput
jQuery - on change input text

I am trying to make a function which will execute when the value of a text input field is changed. …

jquery onchange textinput
How to disable Paste (Ctrl+V) with jQuery?

How can I disable Paste (Ctrl+V) option using jQuery in one of my input text fields?

javascript jquery copy-paste textinput
what input field type forces the number pad mobile keyboard to come up when focused?

I tried the <input type="number" /> but on Opera that outputs a strange input box coupled with an "…

html mobile opera textinput
padding a text input in IE... possible?

I have a text input with a search buton absolute positioned over it... to make space for the button I …

html internet-explorer padding textinput
How to simulate typing in input field using jQuery?

What I want is to simulate typing in <input> field using javascript. I have the following code: var …

javascript jquery greasemonkey keyboard-events textinput
Get all input fields inside div (without JS library)

What's the easiest way to get all input fields inside a div without using a javascript library like jQuery? Similar …

javascript textinput
Disable Options on React-Native Text Input

I am using TextInput for a project and wanted to DISABLE any kind of text selection or actions like (cut/…

javascript reactjs react-native textinput