fix: OTP autofill
This commit is contained in:
@@ -587,6 +587,8 @@ class _ModernChatInputState extends ConsumerState<ModernChatInput>
|
||||
textInputAction: sendOnEnter
|
||||
? TextInputAction.send
|
||||
: TextInputAction.newline,
|
||||
autofillHints:
|
||||
const <String>[],
|
||||
showCursor: true,
|
||||
scrollPadding:
|
||||
const EdgeInsets.only(
|
||||
|
||||
Reference in New Issue
Block a user