UPDATE: for now I have used this to remove the caret which seems to do the job (renamed default aria from “Toggle dropdown” to “Hide caret” to target this dropdown only).
button[aria-label=“Hide caret”] {
display: none;
}
Hi - using Pro Forms and have put a checkbox inside a Bricks dropdown element (inside a Pro Forms repeater). It works great except when you click the caret, it triggers the submit button.