Top "Textfield" questions

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

Adding hint to TextField

I want to add a TextField with an integrated hint text, a user prompt, a placeholder until the user enters …

java vaadin textfield prompt hint
Underlining Text in an <input> Box

I've gotten a request from a client to underline text in a text field. Both single and double lines. Is …

html double textfield underline
TextFormField validator not working - The method 'validate' was called on null

I am trying to build a simple login page for a new flutter app. The widget tree is very basic. …

flutter validation dart textfield
Custom Keyboard: inputView: how to change the Keyboard size?

I implemented the textfield with a custom keyboard with the "setInputView" function. But i have a problem: my keyboard frame …

textfield uikeyboard inputview
How to format a text field javafx

I would like to be able to enter the time in a javafx text field in the format hh:mm:…

regex javafx textfield text-formatting
Finding and auto-filling HTML login forms in a UIWebView using JavaScript

i have a UIWebView which acts like an internet browser and loads the HTML of the webpages that it is …

javascript html ios uiwebview textfield
Is there a way to dynamically change the Flutter TextField's maxLines?

I have a TextField like this: new Flexible( fit: FlexFit.loose, child: new Container( alignment: FractionalOffset.topLeft, child: new TextField( …

textarea textfield flutter
How to add hint text in a Textfield in JavaFX

I want to add some hint text in a textfield, like "name" or "surname". I create the textfield like this …

text javafx textfield hint
How can I make a textField in react native required

I have a text field and a submit button but when I click on the submit button and haven't written …

forms react-native textfield required
EXTJS4: how can i set the fieldlabel Width of a xtype:'textfield'

I have a xytpe form, and i want so set the width of the fieldLabel and not the width of …

extjs extjs4 textfield xtype