Skip to content

Commit c4aa96f

Browse files
authored
Removing deprecated control per bacx-20383
1 parent 0bca825 commit c4aa96f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "List of controls available for model-driven apps | MicrosoftDocs"
33
description: "A list of controls available for use with Power Apps model-driven apps for web, phones, and tablets"
44
ms.custom: ""
5-
ms.date: 12/01/2022
5+
ms.date: 08/08/2024
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -208,18 +208,6 @@ Use the Power BI report control to add a Power BI report on the form. More infor
208208

209209
Some components aren't displayed in the default **Components** list in the form designer but can be added to the list by selecting [Get more components](add-move-configure-or-delete-components-on-form.md#get-more-components).
210210

211-
### Input mask
212-
213-
With the input mask control, you set the formatting for a column 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.
214-
215-
> [!NOTE]
216-
> This only sets formatting to a single line text column. It does not contain virtual actions like phone calling. If these actions are required, continue to use the default control.
217-
218-
|Property|Description|
219-
|--------------|-----------------|
220-
|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|
221-
|Column|Shows the column the control is mapped to.|
222-
223211
### Form component
224212

225213
The form component control lets users edit information of a related table record directly from another table’s form. For example, here's the form component on a separate tab on the main account form, which lets the user edit a contact record without leaving the account form. More information: [Edit related table records directly from another table’s main form](form-component-control.md)

0 commit comments

Comments
 (0)