You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,8 @@ The above example will generate something like below preview:
228
228
| suggestionBackgroundColor |`Color`|:x:| Can be used to set custom background color to suggestions list ||
229
229
| debounceDuration |`Duration`|:x:| Used to set the debounce time for async data fetch | Duration(milliseconds: 400) |
230
230
| suggestionBuilder |`Widget Function(String)`|:x:| Can be used to customize suggestion items ||
231
-
| progressIndicatorBuilder |`Widget`|:x:| Can be used to display custom progress idnicator ||
231
+
| progressIndicatorBuilder |`Widget`|:x:| Can be used to display custom progress indicator ||
232
+
| maxLines |`int`|:x:| Can be used to specify the number of lines of the input, default is 1 ||
232
233
233
234
## Issues & Suggestions
234
235
If you encounter any issue you or want to leave a suggestion you can do it by filling an [issue](https://github.com/4inka/flutter_easy_autocomplete/issues).
0 commit comments