-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking on Auto file column clearing the data. Works fine when tab out. #57
Comments
Try valueFormatter like this |
Thanks hbthanki. using valueFormatter am able to solve for one scenario. Started working:
Not working: I have set the strict to false, able to accept the free text. After adding free text click on other column, the auto fill column value disappears. Note: Same scenario works fine if I do tab out. Below is my full code:
|
Am able to solve the issue by updating the cellEditor.currentItem value.
|
Hi,
Am using the Ag-grid-autocomplete.
I have set the strict to false to allow both autofill and manual free text. This works fine.
After selecting the value, if I edit the autofill data column value and click on other column the auto fill value disappears. However when we tab out from autofill cell it works. Could you please help me in this ?
Auto Fill data added:
Click Autofill column try editing:
Now click on next column the autofill value clears. Howevere this works fine if I do tab out from auto fill column.
Also can you provide some example on how to use "onFreeTextSelect" in auto fill.
The text was updated successfully, but these errors were encountered: