You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-controls-reference.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,28 @@ Configure the behavior of a modern control by setting one of its properties. Eac
25
25
26
26
## Modern controls
27
27
28
-
**[Badge](modern-controls-badge.md)** – A badge is a visual decoration for UI elements.
28
+
**[Badge (preview)](modern-controls-badge.md)** – A badge is a visual decoration for UI elements.
29
29
30
30
**[Button](modern-control-button.md)** – Interact with the app by clicking or tapping.
31
31
32
-
**[Checkbox](modern-control-checkbox.md)** - Select or clear an option to specify **true** or **false**.
32
+
**[Checkbox (preview)](modern-control-checkbox.md)** - Select or clear an option to specify **true** or **false**.
33
+
34
+
**[Combobox](modern-control-combobox.md)** - A control that allows users to make selections from provided choices and supports search and multiple selections.
33
35
34
36
**[Copilot answer (preview)](modern-control-copilot-answer.md)** - A control that makers can use to add predefined questions that end users can use to get generated answers.
35
37
36
-
**[Date picker](modern-controls-date-picker.md)** - A control that the user can select to specify a date.
38
+
**[Date picker (preview)](modern-controls-date-picker.md)** - A control that the user can select to specify a date.
37
39
38
-
**[Dropdown](modern-control-dropdown.md)** – Select a value from the list of items.
40
+
**[Dropdown (preview)](modern-control-dropdown.md)** – Select a value from the list of items.
39
41
40
-
**[Header](modern-controls-header.md)** – A control that creates a modern app header.
42
+
**[Header (preview)](modern-controls-header.md)** – A control that creates a modern app header.
41
43
42
-
**[Info button](modern-control-info-button.md)** – Use this control to provide additional information to users.
44
+
**[Info button (preview)](modern-control-info-button.md)** – Use this control to provide additional information to users.
43
45
44
46
**[Link](modern-control-link.md)** – Open hyperlinks in new tab.
45
47
48
+
**[Number input](modern-control-number-input.md)** - A number input control the user can modify.
49
+
46
50
**[Progress bar](modern-control-progress-bar.md)** – Displays the progress, can be configured as determinate showcasing exact progress or indeterminate for ongoing progress.
47
51
48
52
**[Radio group](modern-controls-radio-group.md)** – An input control that shows multiple options, of which users can select only one at a time.
@@ -59,6 +63,7 @@ Configure the behavior of a modern control by setting one of its properties. Eac
59
63
60
64
**[Text input](modern-control-text-input.md)** – A box in which the user can type text, numbers, and other data.
61
65
66
+
**[Toggle (preview)](modern-control-text-toggle.md)** – A control that the user can turn on or off by moving the handle.
0 commit comments