jifalops / simple_autocomplete_formfield

A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.
MIT License
42 stars 16 forks source link

isDense not working on web: Text field too large #9

Closed ja2375 closed 4 years ago

ja2375 commented 4 years ago

Hi,

I reported this issue flutter/flutter#44340 to the flutter team back in november. They replied saying the fix for this is set the isDense and contentPadding params and that solved the issue.

But now, i'm trying to use this plugin and the issue emerges again.

What can be the cause of this problem?

I reopened the issue in the flutter repo and added the code i'm using there.

Thank you!

ja2375 commented 4 years ago

Very sorry. This is caused because of the resetIcon. I did not notice it is not null by default.

Apologies!