ipywidgets
ipywidgets copied to clipboard
Dropdown options not selectable in vbox with another dropdown
fresh environment:
- conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab
- conda activate ipywidgets-test
- conda install ipywidgets
python: 3.10.5 ipywidgets: 7.6.5 VSCODE: 1.68.1
Description
Tested in a new environment as shown above, I am facing the issue that the options of a second dropdown are not selectable in when put in a vbox with another dropdown above.
https://user-images.githubusercontent.com/83666629/175280975-60eec31d-f902-46f6-a221-80bcfb04f4c7.mp4