Matt Greenfield
Matt Greenfield
I too would like this. I think there might be some other accessibility concerns though as the announced length of the list will be wrong. Maybe an aria-label or aria-description...
@andreiglingeanu - did you ever make the pull request for this? Thanks for your help.
It's not meant to be called but there is this https://github.com/Choices-js/Choices/blob/06d16cd857f96d6a1daefe5bd8ab56c48b925c76/src/scripts/choices.ts#L1883 You'll have to first find the element you want to highlight, this this ``` const selectedVal = this.value; const...
I expected this item to be highlighted too. I've got a workaround here https://github.com/Choices-js/Choices/issues/586#issuecomment-1164127267
I was having this issue due to externally updating `layout` multiple times when mouted. See here https://github.com/jbaysolutions/vue-grid-layout/issues/269#issuecomment-617639202
As this repo hasn't been updated in a while, it looks like somebody might have to fork it and re-submit the extension? Even if just to find out any more...
Fixes #21
It looks like this will be as simple as changing which 'hook' it runs on - https://webpack.js.org/api/compiler-hooks/#hooks
I'm looking for this feature, did anyone manage to find / build a plugin to do this? Thanks,
Setting `compiler: false,` fixes this issue