python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI View not updating with binding to computed property on ObservableObject
I have a very simple SwiftUI view that only shows a TextField. The text field's text is bound to the string property of my viewModel that I instantiate as a @StateObject:
struct ContentView: View {
...

Mischa
Votes: 0
Answers: 1
flutter space between inputTextForm field and bottom border
Everything works fine except the space between the elements/user input and bottom bar. I tried different methods to get rid of that space: content padding, box constraints, prefix icon constraints ...

Aleksandre Bregadze
Votes: 0
Answers: 1
Flutter 2: maxLength inside the textfield without using onChanged
I am trying to find a way to use maxLength and put it inside of the textfield to have a nice rendering. However, I don't want to use the onChanged parameter because I would have to use a setState, but...

Da2ny
Votes: 0
Answers: 1
Flutter opening textfield reloaded the application
just sharing this here.
for some reason, after I added a global variable for global width and height (so I don't have to call mediaQuery all the time),
whenever I opened text fields, the app reloaded ...
kobi malul
Votes: 0
Answers: 0