Erwin Mesias
Results
1
comments of
Erwin Mesias
I am actually experiencing the same issue now. What I did is like this: ``` ``` And then via CSS: ``` [data-hide-options='true'] ul[role='listbox'] { display: none !important; } ``` This...