Symptoms
We have a list box that is bounded to a SMO. This list box is working as expected until the SMO does not return any value. When the SMO does not return any value, the expectation is that the list box will be empty, however it keeps the last known value. ie. it never gets cleared when there are no value in SMO.
Diagnoses
This appears to be a bug.
Resolution
We have logged a bug for this control , not being able to clear it . Right now the only option is to use a different control . Or maybe try and clear it using JS (untested)

