A way to dynamically render controls in Power Apps
The inspiration for this control is that there is no way to do it in a Canvas App without toggling the show/hide of all controls which is ugly and hard to manage. It could be used to shrink the amount of static coding in a MDA approach too.
- Fluent UI TextField
- Fluent UI DatePicker
Import the solution from our releases area. It has a sample Canvas App to help you understand the concept. To work on the solution clone or fork this repo and build it out in VSCode. Upon importing this solution, you can either copy the included Cavas App as a template or you can import the Shapeshifter control into a new Canvas App.
Help implement controls or establish more elegant approaches to the shapeshifter concept