Top "Textfield" questions

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

javascript to find leap year

How can I get the code below to work when I have a month of february? Currently it is getting …

javascript date textfield leap-year
Change TextField's Underline in Flutter

I'm working on an application using Flutter SDK. When I use a TextField widget, and I focus it, the underline …

flutter dart textfield underline
How get an event when text in a TextField changes? JavaFX

How can I generate a new event to handle whenever TextField's text is changed?

events javafx textfield
how do I create a textfield which supports numbers only in vaadin

I am using a Vaadin text field and I want to restrict it to support numbers only in it. I …

java textfield vaadin
JavaFX TextField Auto-suggestions

I want to make this TextField have suggestions feature just like in Lucene. I've searched all the web and I …

javafx autocomplete lucene textfield autosuggest
How to add a mask in a TextField in Flutter?

I'm trying to add a date mask to a textField since I did not like the Date Picker because for …

dart textfield flutter masking
SwiftUI: How to make TextField become first responder?

Here's my SwiftUI code: struct ContentView : View { @State var showingTextField = false @State var text = "" var body: some View { return VStack { …

swift textfield swiftui first-responder
How to expand a textField in flutter looks like a text Area

When i tap in textField in landScape mode i would like to expand in full screen likes whatsapp Example gif …

android dart flutter textfield
How can I change the length of a text_field in rails?

So I have this text field <%= f.text_field :body, placeholder: "Make an offer ", :maxlength=>"254" %> right now …

html css ruby-on-rails-3 textfield
Java - placeholder on textfield

I'm trying to create a GUI with Swing. My problem is, I have a textfield, but I want it to …

java swing textfield placeholder