Top "Textinput" questions

For questions related to a single-line, text input.

How set the focus of a input-TextField without having a stagereference?

I got a text-InputField: var textfield:TextField = new TextField(); textfield.text = ""; textfield.type = TextFieldType.INPUT; addChild(textfield); because this textfield …

actionscript-3 input focus textinput setfocus
How to accept text input from a pygame GUI

I am working on a RPG game using Python and Pygame, and am trying to make a two-part GUI, including …

python user-interface pygame textinput
Change input text value in before submitting form

I'm trying to change the value of my input text field before submitting the form using jQuery like this: <…

javascript php jquery forms textinput
numberOfLines TextInput property not working

I have created an application in react-native and I have an option to chat in messages option. when I click …

javascript android reactjs react-native textinput
returnKeyType = "next" issue in react native

I am using returnKeyType = "next" in TextInput component, but it is working like returnKeyType="go" instead of moving to the …

android react-native textinput
How can I make my EditText five lines high without using android:inputType="textMultiLine"?

I want to have a EditText view that is five lines high. I want it five lines high for visual …

android android-edittext textinput
Concurrent/Non-blocking console keyboard input

I'm working on a MUD in java. I read player input every tick, but I'm using Scanner which uses blocking …

java input textinput stdio
TextInput with value doesn't change value

In my react-native app i have an API that I'm retrieving data from, and I'm setting the data inside my …

javascript react-native textinput