Skip to content

Commit eb0b046

Browse files
authored
Live publish
2 parents 480805b + fdcb0f9 commit eb0b046

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,17 @@ To use these controls in the form editor:
9898

9999
## Flip switch
100100
The flip switch is like an on/off switch, providing a choice between two values.
101-
101+
102+
> [!NOTE]
103+
> This control will be deprecated in April 2021. Instead, you can start using the toggle control.
104+
105+
|Property|Description|
106+
|--------------|-----------------|
107+
|Field|Shows the field that the control is mapped to.|
108+
109+
## Toggle
110+
The toggle control allows users to switch between on/off values, by toggling the button.
111+
102112
|Property|Description|
103113
|--------------|-----------------|
104114
|Field|Shows the field that the control is mapped to.|
@@ -195,7 +205,10 @@ To use these controls in the form editor:
195205

196206
## Input mask
197207
With the input mask control, you set the formatting for a field like phone number or credit card to prevent entering invalid data. For example, if you want users to enter a United States phone number in the format +1-222-555-1011, use the input mask +1-000-000-0000.
198-
208+
209+
> [!NOTE]
210+
> This only sets formatting to a single line text field. It does not contain virtual actions like phone calling. If these actions are required, continue to use the default control.
211+
199212
|Property|Description|
200213
|--------------|-----------------|
201214
|Mask|Enter the mask to use for validating data as users enter it. You can use a combination of the following characters for the mask:<br /><br /> 0 – Digit<br /><br /> 9 – Digit or space<br /><br /> # – Digit, sign, or space<br /><br /> L – Letter<br /><br /> I – Letter or space<br /><br /> A – Alphanumeric<br /><br /> A – Alphanumeric or space<br /><br /> < – Converts characters that follow to lower case<br /><br /> > – Converts characters that follow to upper case<br /><br /> &#124; – Disables case conversion<br /><br /> \ – Escapes any character, turning it into a literal<br /><br /> All others – Literals|
@@ -223,7 +236,7 @@ To use these controls in the form editor:
223236
|Min|Set the minimum value to display on the gauge.|
224237
|Value|Get or set the value to display on the gauge.|
225238
|Step|Set the amount to add or subtract from the current value when entering data with this control.|
226-
239+
227240
## Next steps
228241
[Tutorial: Use custom controls for data visualizations](use-custom-controls-data-visualizations.md)</br>
229242
[Work with records in the new calendar view](../../user/calendar-view.md)

powerapps-docs/teams/known-issues-limitations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ The following controls aren't supported:
8989
- [Mixed reality](../maker/canvas-apps/mixed-reality-overview.md)
9090
- [Video control](../maker/canvas-apps/controls/control-audio-video.md)
9191

92+
The [Image control](../maker/canvas-apps/controls/control-image.md) only supports external media URLs using HTTPS.
93+
9294
### New connections
9395

9496
Connections in the Power Apps Studio that require an authentication dialog fails in the [Teams desktop client](https://docs.microsoft.com/microsoftteams/get-clients#desktop-client). Open the Studio in the [Teams web client](https://docs.microsoft.com/microsoftteams/get-clients#web-client) to add these connectors.

0 commit comments

Comments
 (0)