How can I get all the values to show in the drop down once a entry is selected.
For instance. If I have the following in my combo:
1234
1235
1113
1114
So if I start typing “123” I my drop down filters to “1234” and “1235”. Then once I pick “1234”, all of my other values no longer show in my list. How can I get those values back? I guess I want it to work more like a “Find as I type” as opposed to “Filter as I type”.
Can this be done?
You can try to use the approach that was already discussed - dhtmlx.com/docs/products/kb/inde … mal&q=8425