Hi Pankaj!The selector that I was using was just
"[digitaldata-feature]". Adding the option didn't work, but it did give
me some ideas to try. I had the attribute added to several different
types of fields, so I broke up my one rule into separate rules using the
different elements (a and input), but used the id of the select to look
for changes to the dropdown. Setting up the rule on the change of the
select instead of the click of the option works for all browsers I
tried.Thanks for the ideas!C...