Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

flutter web keep focus on textfield

//No need for any focusNode
TextField(
  textInputAction: TextInputAction.none,
  ...
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #web #focus #textfield
ADD COMMENT
Topic
Name
2+5 =