avallete / ag-grid-autocomplete-editor

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

[BUG] AG Grid: unable to find bean reference gridOptionsWrapper while initialising BeanStub #128

Open David-Rousselle opened 1 year ago

David-Rousselle commented 1 year ago

Hello, is this component still maintained ? with ag-grid 29 and 30 I get this error :

AG Grid: unable to find bean reference gridOptionsWrapper while initialising BeanStub

Anyone got it working with those versions ? Thanks

felixdeserres commented 1 year ago

Same issue on my side. Any update on this bug for any version greather than 28.2.1?

naushadidrisi commented 1 year ago

Same issue at my side as well. Did someone found any work around for this ?

David-Rousselle commented 1 year ago

I did my own autocomplete with fluent ui react. I can send to anyone interested

naushadidrisi commented 1 year ago

Hi @David-Rousselle , Please send the code . Thanks

David-Rousselle commented 1 year ago

here it is https://github.com/David-Rousselle/AutoCompleteComponent/

naushadidrisi commented 1 year ago

Thanks a lot @David-Rousselle .