The Select action can be used in two different scenarios:

  1. System Dropdowns (Native)

  2. Custom Dropdowns

System Dropdowns

The Select action should ONLY be used for system (native) dropdowns like the example below:

example of a system (native) dropdown

Custom Dropdowns

Custom dropdowns require a different approach, either through click actions or typing actions.

example of a custom dropdown, which has clicking and typing functionality

1. Handle Custom Dropdowns with Click Actions

2. Handle Custom Dropdowns with Typing Actions