searchfield
searchfield copied to clipboard
Investigate multiline capability of Searchfield
Is your feature request related to a problem? Please describe. As flutter goes beyond mobile it would be nice to have a searchfield capable to write multiline description similar to one on GitHub
The position of Suggestions would be dynamic relative to position of cursor.
- Is this feature related to #116?
Yes it is kind of related! This issue is mainly to be able to open the Suggestions Overlay at the position of Cursor dynamically within the Textfield. And #116 Will decide when to show the Suggestions and not just based on focus.