What I’m trying to do:
Does anyone know how to modify the DOM node style of a Drop Down object? I am trying to control the border color of a Drop Down selector, but it is not working?
Also, I can not figure out how to update a Drop Down border-color through a role?
What I’ve tried and what’s not working:
Code Sample:
node = anvil.js.get_dom_node(self.drop_down_state)
node.style.borderColor = "red"
Clone link:
share a copy of your app