Aaron Christian

Results 5 comments of Aaron Christian

Hey @svscorp, Heres a nice CSS-only way to accomplish this; ``` // Make the input invisible instead of hiding it. .choices[data-type*=select-one] select.choices__input { display: block !important; opacity: 0; pointer-events: none;...

Hey @samuel-sol, Check out my solution over here, https://github.com/Choices-js/Choices/issues/1022#issuecomment-1126575444

Patch included on drupal.org against the 8.x-2.x branch.