flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Very Useful, Very Easy To Implement Enhancements

Open bryanCancelWT opened this issue 2 years ago • 1 comments

This plugin is great! But for my purposes I need autofillHints because they provide yet another way for users to get help to fill a field I also noticed other parameters that are not in TextFieldConfiguration so they are not passed to the underlying TextField( widget

I listed them below, I suspect most will be a super easy lift (simply parameter passing and updating of TextFieldConfiguration code)

Easier Lifts autofillHints restorationId

toolbarOptions showCursor obscuringCharacter smartDashesType smartQuotesType maxLengthEnforcement scrollPhysics selectionControls scrollController enableIMEPersonalizedLearning

Harder Lifts (might require other code to change accordingly) strutStyle buildCounter (maybe shift down suggestions so this can show) enableSuggestions expands (maybe shift down suggestions so this can show) cursorHeight

I'd love to see at least autofill hints in the next update, but I figure I'd at least suggest it

bryanCancelWT avatar Feb 23 '22 16:02 bryanCancelWT

as of right now, I do not think that the repo maintainers will implement code themselves anymore, I assume they do not have time for it. But if you were to provide a PR with those changes, its very likely they will accept it and merge your code.

clragon avatar Apr 06 '22 20:04 clragon

@clragon -- you are correct. :)

sjmcdowall avatar Jan 28 '23 18:01 sjmcdowall