web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Create a Power Apps Number Control

aprildunnam Profile Picture Posted by aprildunnam 704

Learn how to create a custom Power Apps Number Field Control for use in your apps. This control gives you the ability to increment a number up or down. With this approach you can set a minimum and maximum number value as well as what number you want to increment by. I walk you through all the steps needed to create the component including adding the controls, styling them and adding in the necessary Power Fx formulas to do the increment logic.

 

 🔗 Download the Component: https://github.com/aprildunnam/PowerApps/blob/master/Components/Controls.msapp

Categories:

General PowerApps

Comments

  • jasonwoon Profile Picture jasonwoon
    Posted at
    Create a Power Apps Number Control

    This is cool!.. one question. how do we reset the number to 1 if we manually key in Negative value?

  • poweractivate Profile Picture poweractivate 11,078 Most Valuable Professional
    Posted at
    Create a Power Apps Number Control

    This is very useful, thank you @aprildunnam