Is there a way to influence which direction (up/down) the dropdown appears?
Is there a setting in the same way the typeahead flutter form plugin direction: AxisDirection.up to define which direction the suggestionBuilder dropdown appears? FYI I am using flutter_chips_input via flutter_form_builder
The issue is when bringing focus to the formfield, the form bring the field to the top of the page (doesn't seem to do this for any other fields) and the box appears upwards

Well, this is a bit strange. The suggestion box is supposed to be shown - top or bottom - based on the side that has more space.
I'll consider adding the direction parameter.
I also have this issue
Any update on this?
Hi, I also have this issue, is there any update on this ?