Dropdown Menu
lowcodera Dropdown Menu Component
Purpose
The lowcodera drop down menu component immediately adds professional gloss to your Power App and provides a highly effective menu solution for various application use cases. With its elegant flyout menu, the component has built-in support for icons, various styles and themes.
Variations
There are several variations of dropdown with different colors and configuration properties.
Dropdown with Icons
Dropdown with Circular radius
Dropdown without Icons
Dropdown with Outline
Component Properties
The properties below are the main ones which change this components appearance and behaviors.
Property | Description | Accepted Values | Required |
Type | Property to define dropdown fill | Default Outline | X |
IsRequired | Property to make our dropdown menu field required | Boolean | X |
ShowEmptyMenuOption | Property to show first menu option as empty | Boolean | X |
ShowSelectedAsTitle | Property to show selected option in a title | Boolean | X |
PlaceholderText | Property to show placeholder text for dropdown when no value is selected | String | X |
Default | Property to show default selected item from dropdown | Numeric | X |
Examples
Dropdown Menu with Icons
In this example, a collection with static data called colldropdownwithIcon
is defined in the Power App. The items property of the dropdown menu component is then bound to this collection.
Dropdown with circular radius
You can use the same collection used in section.
Dropdown without Icons
In this example, a collection with static data called colldropdownwithoutIcon
is defined in the Power App. The items property of the dropdown menu component is then bound to this collection.
Dropdown with Outline
You can use the same collection used in section.
Last updated