solid-software / languagetool_textfield

🌐 Flutter text field that implements LanguageTool spellcheck.
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Mistake replacements overflow the screen #32

Closed mitryp closed 1 year ago

mitryp commented 1 year ago

When there are too many suggestions for a mistake, they overflow the screen because the height of the suggestion container is not limited.

image