I am using the on-value-changed event for a field to do some validation . If the value has a direct code match I leave the value if, however, there is more than one match I return a selectionlist and have the user choose from the list.
This is all working well, however, when the user selects the correct value I no longer want the selectionlist. Is there a way to remove the selectionlist.
event.source.setSelectionList(supplier, "value", "label");
setSelectionList(null) might work as temporary workaround.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
