Top "Textfield" questions

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

How can I use ref in TextField

my original code was like this: handleClick() { var name = this.refs.name.value; var description = this.refs.description.value } render () { …

material-ui textfield ref
onChange TextField move cursor to start in flutter

I try to check input with onChange method in TextField but after replacing text with TextEditingController cursor move to start …

flutter textfield
lost focus of input text while keyboard appears - iOS PhoneGap Application

i have an issue while developing phone gap application on iOS 7 using cordova 2.7 with html input text. when i select …

ios cordova textfield lostfocus
Automatically scroll multiline TextFormField when it extends the maxLines attribute

I'm implementing a TextFormField with the maxLines attribute set to 3. How can I make the TextFormField scroll down once the …

textfield autoscroll flutter
Why android gives warning on using size smaller than 12sp?

Well, I am developing app for 7 inch tablet, more specially for nexus 7, and in the XML layout file, i get …

android android-layout textfield font-size
Flutter: getTextBeforeCursor on inactive InputConnection

I'm trying to retrieve the user input inside a TextField title so it can be passed to a function called …

flutter textfield inputconnection
How can I add a bottom line on TextField (SwiftUI)

I use Rectangle() to adding a bottom border on TextField (SwiftUI) But I want to use protocol TextFieldStyle for a …

swift textfield swiftui
SwiftUI - Search in List Header

I am trying to to recreate what everyone know from UITableView with SwiftUI: A simple search field in the header …

uitableview search textfield swiftui
Widget rebuild after TextField selection Flutter

I'm developping a Flutter App that needed to have a form. So when the user open the app, a Splash …

forms dart textfield flutter
How to Serialize BigIntegerField, TextField in serializer Django

I have a model which has following attributes from django.db import models class ApiLogs(models.Model): user_id = models.…

django serialization django-rest-framework textfield biginteger