62ac6ed webui: fix selection of empty value in a select widget

Authored and Committed by pvoborni 9 years ago
    webui: fix selection of empty value in a select widget
    
    Little regression - select widget could not handle empty or no array as an
    input value.
    
    It broke 'undo' operation in Permissions' 'Type' attribute while switching
    between '' and some value.
    
    Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>