Environment
Developement/Production OS: Windows 10 19043.1110
Node version: 16.0.0
Package manager: pnpm@8.6.0
Reka UI version: 2.9.8
Vue version: 3.0.0
CSS framework: tailwindcss@3.3.3
Client OS: Windows 10 19043.1110
Browser: Chrome 90.0.4430.212
Link to minimal reproduction
https://stackblitz.com/edit/cs7aj6bs
Steps to reproduce
- Create a Dialog component
- Add a
<select> element
- Open the dialog and click the
<select> element
Describe the bug
The select element won't open, although the <select> and <option> elements are in the HTML.
Expected behavior
The <select> element should be opened and show the options.
Context & Screenshots (if applicable)
If I revert to the previous reka-ui version, this issue goes away.
Environment
Link to minimal reproduction
https://stackblitz.com/edit/cs7aj6bs
Steps to reproduce
<select>element<select>elementDescribe the bug
The select element won't open, although the
<select>and<option>elements are in the HTML.Expected behavior
The
<select>element should be opened and show the options.Context & Screenshots (if applicable)
If I revert to the previous
reka-uiversion, this issue goes away.