Hi !
This is question of AutoComplete cell.
Few days ago I upgrade pqgrid 7.2.0 to 7.7.0
7.2.0 version
When I type the data which does not exist in init dataset, cell will be change to blank cell.
7.7.0 version
When I type the data which does not exist in init dataset, input data is still exist.
For example
initdata:["apple", "banana", "carrot"]
> type "Z"
> 7.2.0 Cell change to ""
> 7.7.0 Cell value is "Z"
What is changed? How can I handle ? Do you have any option ?
I want to do that like 7.2.0.
Thank you