Skip to content

Commit fcdb6bc

Browse files
authored
Live publish
2 parents 0ed20a6 + 03a3192 commit fcdb6bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/client-scripting-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ On the Internet, you can find many examples or suggestions that describe using u
6464

6565
## Avoid using jQuery for form scripts
6666

67-
We do not recommend using jQuery in form scripts and ribbon commands. Most of the benefit provided by jQuery is that it allows for easy cross-browser manipulation of the DOM. This is explicitly unsupported within form scripts and ribbon commands. Restrict your scripts to use the objects/methods avaailable in the [Xrm object model](understand-clientapi-object-model.md).
67+
We do not recommend using jQuery in form scripts and ribbon commands. Most of the benefit provided by jQuery is that it allows for easy cross-browser manipulation of the DOM. This is explicitly unsupported within form scripts and ribbon commands. Restrict your scripts to use the objects/methods available in the [Xrm object model](understand-clientapi-object-model.md).
6868

6969
If you decide to use the remaining capabilities of jQuery that are useful with model-driven apps and include the ability to use **$.ajax**, consider the following:
7070

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)