File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1490,7 +1490,7 @@ def __init__(
14901490
14911491class OverflowMenuElement (InteractiveElement ):
14921492 type = "overflow"
1493- options_min_length = 2
1493+ options_min_length = 1
14941494 options_max_length = 5
14951495
14961496 @property
@@ -1501,7 +1501,7 @@ def __init__(
15011501 self ,
15021502 * ,
15031503 action_id : Optional [str ] = None ,
1504- options : Sequence [Union [ Option ] ],
1504+ options : Sequence [Option ],
15051505 confirm : Optional [Union [dict , ConfirmObject ]] = None ,
15061506 ** others : dict ,
15071507 ):
@@ -1524,7 +1524,7 @@ def __init__(
15241524 Should be unique among all other action_ids in the containing block.
15251525 Maximum length for this field is 255 characters.
15261526 options (required): An array of option objects to display in the menu.
1527- Maximum number of options is 5, minimum is 2 .
1527+ Maximum number of options is 5, minimum is 1 .
15281528 confirm: A confirm object that defines an optional confirmation dialog that appears
15291529 after a menu item is selected.
15301530 """
You can’t perform that action at this time.
0 commit comments