Skip to content

Commit

Permalink
Update plugins/ui/docs/components/action_menu.md
Browse files Browse the repository at this point in the history
Co-authored-by: margaretkennedy <[email protected]>
  • Loading branch information
AkshatJawne and margaretkennedy authored Nov 2, 2024
1 parent d028fa3 commit 1a7af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/components/action_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ my_action_menu_basic = ui.action_menu("Cut", "Copy", "Paste", is_quiet=True)

## Disabled State

An action menu can be disabled to prevent user interaction through the `is_disabled` prop. This is useful when the action menu is not currently available, but the button should still be visible.
Through the ' is_disabled ' prop, an action menu can be disabled to prevent user interaction. This is useful when the action menu is currently unavailable, but the button should still be visible.


```python
Expand Down

0 comments on commit 1a7af43

Please sign in to comment.