You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this library has saved my time a lot. I would like to appreciate your contribution before I report it.
I am using this library in a special case, which uses the autocomplete function only for the first row.
In addition, I use ag-grid as row-based.
When I select a value in the first row, Enter and Tab don't work after the second row.
I handled it by adding the below code to the table and now it works properly.
Could you elabore on this part ? Maybe an MWE could help me investigate this issue.
If you mean you use the Full Row Edit feature, it is intended that this editor (which inherit from PopupComponent) cannot work properly with this option, like any other Popup editor.
Hello, this library has saved my time a lot. I would like to appreciate your contribution before I report it.
I am using this library in a special case, which uses the autocomplete function only for the first row.
In addition, I use ag-grid as row-based.
When I select a value in the first row, Enter and Tab don't work after the second row.
I handled it by adding the below code to the table and now it works properly.
Thank you.
The text was updated successfully, but these errors were encountered: