Power Apps Input Field Components

Everything a Power Apps form needs: text, number, currency, email, phone and password fields, plus radio and checkbox groups. Built-in validation, helper text and character counters. Copy-paste YAML code included.

Last updated: Jul 28

Multiline Input

NEW

A multi-line notes field with a live character counter. For comments, descriptions and anything longer than a line.

Number Input

NEW

A numeric field that rejects anything but numbers, with a caption and helper text. For quantities, counts and scores.

Currency Input

NEW

A numeric field with a currency symbol sitting inside the box. For prices, budgets and totals.

Email Input

NEW

An email field that validates as the user types, turning the border red and showing a message until the address is valid.

Phone Input

NEW

A phone number field that accepts digits, spaces and punctuation, and flags anything too short to be a real number.

Password Input

NEW

A masked password field with a show and hide toggle, so users can check what they typed before submitting.

Radio Group

NEW

Pick exactly one option from a list. Selection is held in a context variable, so it works with no data source.

Checkbox Group

NEW

Pick any number of options from a list. Answers collect into a collection you can read straight into a Patch.

Input

FREE

A clean text input field with placeholder text and focus states. Perfect for collecting user data in forms.

Modern Input Label

Modern text input with an integrated label on the top border. Clean design with focus states and customizable styling.

Power Apps Form and Input Field Components | PowerLibs