Skip to content

Commit 77a6d54

Browse files
committed
ReactiveTypeahead add TextInputAction
1 parent 614b509 commit 77a6d54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/reactive_flutter_typeahead/lib/src/reactive_typeahead.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class ReactiveTypeAhead<T, V> extends ReactiveFormField<T, V> {
118118
TextAlign textAlign = TextAlign.start,
119119
TextAlignVertical? textAlignVertical,
120120
TextEditingController? textEditingController,
121+
TextInputAction? textInputAction,
121122
bool autofocus = false,
122123
bool readOnly = false,
123124
bool? showCursor,
@@ -171,6 +172,7 @@ class ReactiveTypeAhead<T, V> extends ReactiveFormField<T, V> {
171172
textDirection: textDirection,
172173
textAlign: textAlign,
173174
textAlignVertical: textAlignVertical,
175+
textInputAction: textInputAction,
174176
autofocus: autofocus,
175177
readOnly: readOnly,
176178
showCursor: showCursor,

0 commit comments

Comments
 (0)