Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dropdownsearch.md #391

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/develop/ui/patterns/mobile/interaction/dropdownsearch.md
Expand Up @@ -128,4 +128,7 @@ After following these steps and publishing the module, you can test the pattern
|Event| Description|
|---|---|
|Initialized: Optional| Event triggered after the Dropdown Search instance is ready.|
|OnChanged: Mandatory| Event triggered each time an option is selected.|
|OnChanged: Mandatory| Event triggered each time an option is selected.|

## Public Actions
This pattern includes available [public actions](../public-actions.md#dropdowns) that can be used to extend its behavior.