Validator for dropdown widget
I'm unable to get a validator for dropdown widget to work. The validator is supposed to check if a selection was made from a dropdown widget. I've tried the following in the validator but it still goes through. How can I get this validator to work? The validator input is bound to Selected Row of the service that populates the dropdown.
(Type !== "") && (Type !== null);
//(Type == "New Functionality") || (Type == "Bug Report") || (Type == "Other");




