Carats in Accordion Widget not Acting Properly

Hi @jvejvoda,

You can change the color of the arrow from ‘white’ to ‘black’ by changing the style.color under the data tab element binding option, if you wish to show the arrow when accordion items are open and to change the starting position of the arrow change style.transform property for the arrow layer state.accordionActive ? 'rotate(0deg)' : 'rotate(-180deg)'

You may also find help at our forum post