ff41b27d27
* compute `selectedOptionIndex` when using `anchor="selection"` Instead of relying on the DOM directly, we can compute the `selectedOptionIndex` and rely on the data directly. We will also freeze the value while closing to prevent UI changes. * update changelog