refs #22: set keyboard type to text. Now the keyboard shows the submit button

This commit is contained in:
Salvatore Giordano
2020-04-10 09:59:27 +02:00
parent 354fd43953
commit 4abdcfc335
+1
View File
@@ -147,6 +147,7 @@ class _MessageInputState extends State<MessageInput> {
onSubmitted: (_) {
_sendMessage(context);
},
keyboardType: TextInputType.text,
controller: _textController,
focusNode: _focusNode,
onChanged: (s) {