ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Dropdown options not selectable in vbox with another dropdown

Open LeonHenne opened this issue 3 years ago • 0 comments

fresh environment:

  1. conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab
  2. conda activate ipywidgets-test
  3. 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

LeonHenne avatar Jun 23 '22 10:06 LeonHenne