Wrong rendering of empty items of a select and select1.

Project:formsPlayer
Version:1.5.1
Component:Miscellaneous
Category:bug
Priority:minor
Assigned:Unassigned
Status:active
Attachment:IETestForVisibleSelect.html.txt (1.52 KB)
Description

The attached code shows a select control with two items and a trigger which deletes one of these items. After deleting the last item, the select control should be empty. The last item is still visible, but deselected and not selectable anymore. Same problem with select1.

I currently use a binding and the relevant-property to hide the control when it is empty, so the priority is really minor.