Top "Textfield" questions

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

Recommended way to restrict input in JavaFX textfield

It may seem the question is the duplicate of this. But my question is i have developed a integer textfield …

input javafx textfield
How to disable Button when TextField is empty?

In the following code I have a TextField and a Button. I need to disable the Button when ever the …

button javafx javafx-2 textfield
can't change the height of a text field in simple_form

I've tried #Default size for text inputs. config.default_input_size = 10 from config/initializers/simple_form.rb I've also tried &…

ruby-on-rails height simple-form textfield
Align the content of a TextField, but keep its width x height

In a card game I use a TextField in the middle to display the playing table number, but also to …

actionscript-3 flash actionscript textfield center-align
Java set Font Color in a disabled Text Field

I have a disabled JTextField and due to readability problems i want to make the font black again. So that …

java fonts colors textfield
How to read UTF8 encoded file using RandomAccessFile?

I have text file that was encoded with UTF8 (for language specific characters). I need to use RandomAccessFile to seek …

java unicode utf-8 io textfield
How to debounce Textfield onChange in Dart?

I'm trying to develop a TextField that update the data on a Firestore database when they change. It seems to …

flutter dart textfield onchange debouncing
Disable HTML escaping in Django's TextField

How can I turn off Django's automatic HTML escaping, when I write into model's TextField?

html django django-models textfield
remove default focus from TextField JavaFX

I have designed some TextField in a form by SceneBuilder, when I run the code, one of the TextFields has …

javafx textfield scenebuilder
How do I remove content padding from TextField?

I am new to flutter and I am creating login form, for that I have used TextField and added prefix …

flutter textfield flutter-layout