Robert Bryan

Results 5 comments of Robert Bryan

@brianpurkiss I understand what you want. You want, when you click on a block you made with carbonFields, to be able to set settings it the "block" area in the...

Just used JS to set the choices__input to readonly after initialization.

``` const niceSelect = new NiceSelect2(select, {}); // When niceSelect.dropdown gets the class open. find the li with the class .focus and scrollIntoView niceSelect.dropdown.addEventListener('transitionend', () => { if (niceSelect.dropdown.classList.contains('open')) {...