Skip to content

Commit c349d0a

Browse files
authored
Update modern-controls-reference.md
1 parent 7b815d6 commit c349d0a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-controls-reference.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,28 @@ Configure the behavior of a modern control by setting one of its properties. Eac
2525

2626
## Modern controls
2727

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.
2929

3030
**[Button](modern-control-button.md)** – Interact with the app by clicking or tapping.
3131

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.
3335

3436
**[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.
3537

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.
3739

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.
3941

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.
4143

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.
4345

4446
**[Link](modern-control-link.md)** – Open hyperlinks in new tab.
4547

48+
**[Number input](modern-control-number-input.md)** - A number input control the user can modify.
49+
4650
**[Progress bar](modern-control-progress-bar.md)** – Displays the progress, can be configured as determinate showcasing exact progress or indeterminate for ongoing progress.
4751

4852
**[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
5963

6064
**[Text input](modern-control-text-input.md)** – A box in which the user can type text, numbers, and other data.
6165

66+
**[Toggle (preview)](modern-control-text-toggle.md)** – A control that the user can turn on or off by moving the handle.
6267

6368

6469
### See also

0 commit comments

Comments
 (0)