avallete / ag-grid-autocomplete-editor

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

Regarding autocomplete cell style selection box, it is showing on top of screen when screen is small #120

Open brajeshyadav84 opened 2 years ago

brajeshyadav84 commented 2 years ago

image Hi,

When screen is small it should show just above cell, but selection dropdown showing on top of screen due to inline style top:10px when screen is small. if remove it it will work fine.

could you help to fix and release new version. we are blocked due to this.

SpicyCatGames commented 1 year ago

I have this issue as well. Were you able to find any workaround for this?