Hello
I am using OnOpen Event on ComboBox to add new Items before user sees list of entries.
But if AllowFiltering is set to "true", this does NOT work. ComboBox is never updated.
I have attached an Example.
Steps to reproduce:
Start App
Click on "Sample Site" on left side
Click on FIRST ComboBox (AllowFiltering set to TRUE)
Expected: Two items. Actual Result: Only one result.
- Reload Page.
- Click on SECOND ComboBox (AllowFiltering set to FALSE)
- Expected: Two items. Actual Result: Two items as expected!
Cheers
Lazar Gosic