Time is one of the most commonly captured data point in Power Apps. Currently, Power Apps don’t have a native time picker component. So, I have built a custom code component using typescript.
Why use this Time Picker component?
Beautiful UI/UX
Customizable primary and secondary color
Minute Stepper
In-line and Dialog feature
More features coming soon…
Prerequisites before installing the component:
Go to https://admin.powerplatform.microsoft.com/environments
Select the environment
3. Click on settings
4. Expand Product and then click on Features
5. Toggle “Allow publishing of canvas apps with code components“
6. Make sure you Save after toggling that button
Importing Custom Component Solution:
7. Click below link to download the managed solution
Calendar is one of the most commonly used control in PowerApps. PowerApps comes with the default Calendar component, but it has limitations. So, I created a custom Calendar component with Time control.
How’s this custom calendar component different from the Powerapps default component?
Beautiful UI/UX
Customizable primary and seconday color
Time Picker
More features coming soon…
Prerequisites before installing the component:
Go to https://admin.powerplatform.microsoft.com/environments
Select the environment
3. Click on settings
4. Expand Product and then click on Features
5. Toggle “Allow publishing of canvas apps with code components“