Hello,
I'm currently building a custom dropdown component and have two questions about the properties.
1. How Is it possible to use a color as property-type? The default dropdown in PowerApps uses this Type for all of the Styling props like BorderColor, Fill, etc.
I currently use SingleLine.Text but with this I can't use the RGBA function to define a color.
2. How is it possible to create an output property that works like an object like the output of the default dropdown. There I can use Dropdown.Selected.Value and In can't find a property-type covering Something like this.
Thank you for your time!