avallete / ag-grid-autocomplete-editor

Quick implementation of autocompletion into ag-Grid cell using autocompleter package.
MIT License
49 stars 25 forks source link

If the autocomplete suggestions box can't fit to bottom it jumps to top of the page #63

Closed mikkovor closed 4 years ago

mikkovor commented 4 years ago

So it works fine when the suggestion box fits to the bottom of the screen like this:

Fits

And it jumps to the top of the page if doesn't fit like this:

DoesntFit

How to fix this thing?

avallete commented 4 years ago

Hi,

It isn't clear to me what your issue really is (event with the provided images, all the blacking make it unclear to me).

But if you have an issue regarding the default styling, you may want to leverage the customize parameter, who will allow you to fully customize the style of both, the suggestion box and the input field.

If it doesn't help you, reopen the issue with a minimal reproducible example, or clearer pictures to help me understand the issue precisely.