I am using granite colorField and i have allowed no color option in its swatch. the title value pair for no color is :the value is emptyIn my js file, I need to check if no color option is selected. but the below code doesnt work:selector: "[xyz]",validate: function(el) {var input = el.value;if(inpu...