Skip to content

Commit 471c1b6

Browse files
authored
Merge branch 'live' into patch-3
2 parents 4e4d890 + 17cc054 commit 471c1b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

powerapps-docs/developer/component-framework/add-custom-controls-to-a-field-or-entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Following the steps below will change the default label and text box field of th
6363

6464
- **Step**. This represents the unit to increment or decrement when adding to or subtracting from the current value. For example, for budget amount you can select 100 dollar increments\decrements.
6565

66-
- **Hide Default Control**. Hides the component so neither the component or the data is displayed in any of the clients that don't support the code component.
66+
- **Hide Default Control**. Hides the component so neither the component nor the data is displayed in any of the clients that don't support the code component.
6767

6868
8. Select **OK**, to close the Field Properties page.
6969

powerapps-docs/maker/canvas-apps/controls/control-combo-box.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 04/10/2020
10+
ms.date: 07/06/2020
1111
ms.author: chmoncay
1212
search.audienceType:
1313
- maker
@@ -24,6 +24,8 @@ Single or multi-select mode is configured via the SelectMultiple property.
2424

2525
When searching for items to select, for each item you can choose to show a single data value, two values, or a picture and two values (Person) by modifying the Layout settings in the Data pane.
2626

27+
When viewing on small screens, the items list flyout will become a full screen control for better usablility.
28+
2729
> [!NOTE]
2830
> If you want to search for items with *numbers*, convert numbers to text with [Text()](https://docs.microsoft.com/powerapps/maker/canvas-apps/functions/function-text) function. For example, *Text(12345)*.
2931

0 commit comments

Comments
 (0)