Skip to content

Commit e2c9d5f

Browse files
authored
Update additional-controls-for-dynamics-365-for-phones-and-tablets.md
Added note that input control does not contain virtual actions. Added note about Flip Switch being deprecated in April 2021. Added Toggle control.
1 parent 3bdd3c9 commit e2c9d5f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-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 is being deprecated in April 2021, please use 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)

0 commit comments

Comments
 (0)