Custom data attribute on an <option> tag doesn't fire EBR only on Chrome
I have an application where I want to track the selection of an item in a dropdown. I've asked the dev team to add a custom data attribute to each of the <option> tags. Here is an example of one:
<option digitaldata-feature="filter" value="Other"> Other</option>
I have an EBR set up to look for the click of the digitaldata-feature attribute. The rule fires perfectly in IE and Firefox but it does not fire at all in Chrome. I've tried the EBR with the "Apply event handler directly to the element" both on and off but the rule will not fire in Chrome either way.
Any ideas what to do about Chrome?