Top "Textfield" questions

A text field (or text box) is a user-interface control allowing the user to input text into a program.

jQuery Set Cursor Position in Text Area

How do you set the cursor position in a text field using jQuery? I've got a text field with content, …

javascript jquery html textfield
Best way to restrict a text field to numbers only?

I'm using the following Javascript to restrict a text field on my website to only accept numerical input, and no …

javascript html textbox numbers textfield
What is the recommended way to make a numeric TextField in JavaFX?

I need to restrict input into a TextField to integers. Any advice?

input filter textfield javafx
How to set the height of an input (text) field in CSS?

Sorry for this question but I can't seem to find an answer anywhere. I have CSS code that should set …

html css textfield
HTML input field hint

I want to provide the user with a hint on what he needs to enter into my text field. However, …

html textfield hint
Flutter: how to make a TextField with HintText but no Underline?

This is what I'm trying to make: In the Flutter docs for Text Fields (https://flutter.io/text-input/) it says …

flutter dart textfield underline hint
Hide textfield blinking cursor

I have a textfield is there a way to hide the blinking text cursor? I say this because I am …

html textfield
Accept only numbers and a dot in Java TextField

I've got one textField where I only accept numbers from the keyboard, but now I have to change it as …

java swing filter numbers textfield
Link in input text field

HI All, I know this is bit strange question, but please suggest. I want to create a link on website …

hyperlink textfield
Customizing Increment Arrows on Input of Type Number Using CSS

I have an input of type number that is rendered using the following code: <input class="quantity" id="id_…

html css textfield