What is the max number of items that can be supported by the standard combobox?
I thought the max number of item that can be loaded in a combobox is 32736.
Am I wrong?
I am loading the list from a csv file that has more than 193243 items,
removing duplicates at the same time, it only reads up...