Skip to content

Commit

Permalink
Update test_dropdown.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jul 8, 2024
1 parent 8c17e7b commit d90c12f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def test_dropdown_with_all_option(self):
dcc.Dropdown(
id="dropdown_id",
options=["ALL", "A", "B", "C"],
optionHeight=32,
value="ALL",
multi=True,
persistence=True,
Expand Down

0 comments on commit d90c12f

Please sign in to comment.