Top "Textfield" questions

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

Clear prompt text in JavaFX TextField only when user starts typing

The default behaviour is that the prompt text in the field is erased as the field is being focused. That …

java user-interface javafx textfield
Change the default border color of TextFormField in FLUTTER

Unable to change the default border color when TextFormField is not active. When TextFormField is not active this shows DarkGrey-Border …

flutter dart textfield default flutter-layout
How to add a TextField to Alert in SwiftUI?

Anyone an idea how to create an Alert in SwiftUI that contains a TextField?

alert textfield swiftui
htmlText not showing bold or italics font

So I have a MovieClip asset with a dynamic textfield sitting inside of it. I export my .fla as a .…

actionscript-3 textfield htmltext dynamic-text
How to add a texfield inside the App bar in Flutter?

I'am having trouble in having a TextField on the AppBar so the user can enter input similarly to using a …

flutter dart textfield flutter-appbar
How to detect live changes on TextField in SwiftUI?

I have a simple TextField that binds to the state 'location' like this, TextField("Search Location", text: $location) I want …

ios textfield swiftui
Javascript text input fields that display instruction (placeholder) text

What's the best way to have a text input field that displays instructions of what to enter in that field …

javascript jquery forms input textfield
how to turn disabled button into enabled button depending on conditions

I'm new to flutter and I'm trying to make a button disabled as long as some text fields are empty, …

button flutter textfield txtextcontrol
how to get selected text from uitextfield in iphone?

I am working on Text to speech application in iPhone, in which have a text field that takes input, i …

ios iphone textfield
How to remove underline below TextField?

Here is the code. I want to remove the black underline just below text, and currently the TextField is in …

flutter dart textfield