This is an LCD ES JavaScript problem.
I am trying to change the border color of the value part of the field on the mouseEnter event. So far the only thing I have gotten to work so far it this.
this.resolveNode("ui.#numericEdit").border.edge.color.value = "255,0,0";
The only problem is it changes only the top edge and not the other three sides.
I have found examples of how to change the fill color of the value part of the field but sure can't find much to help with the border.
Anyone have any ideas?
I'm facing the same problem. did you find any solution ?
Thanks,
chaf