dash icon indicating copy to clipboard operation
dash copied to clipboard

fix unexpected behaviour of Dropdown

Open AfonsoFaleiro opened this issue 6 months ago • 1 comments

Closes: #2653 Issue: dcc.Dropdown has inconsistent layout flow compared to other common input components.

Changes: render() of dcc.Dropdown and Dropdown.css styled with display set to inline-block.

Contributor Checklist

  • [x] I have broken down my PR scope into the following TODO tasks
  • [x] I have run the tests locally and they passed. (refer to testing section in contributing)

AfonsoFaleiro avatar Jul 24 '24 23:07 AfonsoFaleiro