Hi, I have a large data set loaded to combobox, around 6K items, it shows up OK.
But when I start to type with autocomplete on, the browser freezes as jquery script runs too long. It seems too many DOM manipulation happened.
Is there any suggestion or idea how to handle this? Thank you