Top "Textfield" questions

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

How can I configure auto-capitalization behavior in Flutter's text entry fields?

I'm experimenting with Flutter development on Windows. I have a simple test app with an InputField. I would like the …

flutter dart keyboard textfield capitalization
Android EditText background with line inside

i'm creating background for my EditText , and i want to add line under the text. My background code: <item …

android background android-edittext textfield underline
Dismiss keyboard of TextField programmatically

I know how to use the following method by Interface Builder. -(void)dismissKeyboard { [testTextField resignFirstResponder]; } In this way, when …

iphone objective-c keyboard textfield resignfirstresponder
How do you programmatically move the caret of a Flex TextArea to the end?

I'm trying to move the caret in a Flex TextArea to the end after appending some text from my code. …

apache-flex flex3 textarea textfield caret
How to change the glow outline color of a focused text field in JavaFX?

After alot of browsing I haven't yet found a solution to this. I'm trying to change this really light blue-ish …

java javafx textfield
How to disable predictive text in TextField of Flutter?

I want to disable predictive text which comes in the keyboard of a textfield. It is not so difficult in …

flutter dart keyboard textfield autocorrect
Flutter textfield that auto expands when text is entered and then starts scrolling the text when a certain height is reached

I've tried many configurations of the Flutter TextField but can't figure out how to build this one. I'm looking for …

dart flutter textfield
QML Dialog with focused textField

I am working on Qt quick application and I wanna open dialog. In this dialog window is TextField and I …

dialog focus qml textfield qt-quick
Which event belongs to "type text into textfield" using jQuery

Just imagine a formular where there is a checkbox and a textfield. If someone starts typing into the textfield "bla …

jquery events checkbox textfield
How can I set material-ui TextField to accept only Hexidecimal characters

I want my TextField to accept only the values from 0-9 and letters A-F. Thanks.

reactjs material-ui textfield restriction