Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.72 KB

number-input.md

File metadata and controls

47 lines (31 loc) · 1.72 KB
title description author ms.topic ms.custom ms.reviewer ms.date ms.author search.audienceType contributors
Number input control in cards for Power Apps
Learn about the properties of the number input control in cards for Power Apps.
anuitz
reference
mkaur
03/01/2023
anuitz
maker
mduelae
anuitz

Number input control in cards

Allows a user to enter a number.

Properties

Default value – Initial value for this field.

Placeholder – Description of the input desired. Displayed when no selection has been made.

Label – Label for this input.

Initially visible – If false, this item will be removed from the visual tree.

Maximum value – Hint of maximum value (may be ignored by some clients).

Minimum value – Hint of minimum value (may be ignored by some clients).

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Height – Specifies the height of the control.

ErrorMessage – Error message to display when entered input is invalid.

Required field – Whether or not this input is required.

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.