python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to input the value received as a parameter into the TextField Flutter
I made a function that pops up a dialog with a TextField.
I want to know how to input the text received as a parameter into a TextField.
Future<String?> openDialog(String title, String text) =&g...
opvsvjoo
Votes: 0
Answers: 4
How to limit the height of MUI Autocomplete input box
I am having trouble in limiting the height of MUI Autocomplete component. When I select the value from the list it automatically add empty space or row at the bottom of input which I do not want.
Belo...

Usama
Votes: 0
Answers: 1
How to invoke invalid red border styling only after first click in MUI React?
I have been using MUI Textfields, and would like the field to have a red outline only after the first click, and if the input is blank. So the field is normal, but once the person clicks on the field,...
dfwgwefewfwe
Votes: 0
Answers: 2
Bottom Overflow dateTimePicker Flutter
Okay. So I've created a TextField where in the user is required to select date of birth. Everything works fine. User clicks the field > calendar shows up > User selects the date and it is done.
...

Divyam Dhadwal
Votes: 0
Answers: 1