fayeed / flutter_mentions

A simple flutter input widget to add @ mentions functionality to your app
MIT License
107 stars 122 forks source link

Should able to give end position to suggestionBuilder.for TextInputType multiline. #34

Closed sneha-solutelabs closed 3 years ago

sneha-solutelabs commented 3 years ago

while using TextInputType multiline and open keyboard. keyboard overlaps with suggestion list. when keyboard opens it should end top of keyboard.

Screenshot 2020-12-14 at 11 13 48 AM
fayeed commented 3 years ago

@sneha-solutelabs you can disable the default suggestion list and write your own custom list to handle any behavior.