Top "Textfield" questions

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

JavaFX: Focusing textfield programmatically

I wrote an application with JavaFX which will only be usable with keyboard's arrows. So I prevented MouseEvent on Scene's …

events focus javafx-2 textfield
Rails not editable text field

I have a form_for written in the following manner: <div class="field"> <%= location.label :city %> &…

ruby-on-rails textfield form-for
How to type some text in hidden field in Selenium WebDriver using Java

I am using WebDriver with Java for test automation. I have the following HTML code for input field which is …

java javascript textfield selenium-webdriver hidden-field
JavaFX 2.2 TextField maxlength

I am working with a JavaFX 2.2 project and I have a problem using the TextField control. I want to limit …

java javafx javafx-2 textfield maxlength
Flutter TextField value always uppercase & debounce

I am new in Flutter. I am looking for TextField value to always capitalize but I did not find any …

flutter dart textfield uppercase
Android - Add textview to layout when button is pressed

So right now I have a text field with a button (add+) below it. I would like to make it …

android textview textfield
How can I limit the size of a text field in flutter?

The TextField widget doesn't seem to have a "limit" attribute to limit the number of characters that can be typed. …

textfield flutter
Jasper Reports - align dynamic text fields and their labels horizontally

I'm using Jasper report 5.2, iReport 5.2 and exporting the report in RTF and PDF formats. In my report I want to …

jasper-reports alignment textfield ireport
How do you change the background color of a TextField without changing the border in javafx?

I am trying to change the background color of my TextField "colorBox0" to "value0" but it gets rid of the …

java javafx javafx-2 textfield background-color
Flutter - How to change TextField hint color?

I'm a bit confused how to change the hint color of the textfield. Someone can guide me how to do …

flutter textfield