microsoft / powerapps-tools

Unsupported PowerApps Tools & Apps
MIT License
1.05k stars 440 forks source link

Theme Editor missing control #421

Open Brian-704 opened 4 years ago

Brian-704 commented 4 years ago

Describe the bug There is no place in the app to adjust the color of the DatePicker IconBackground

Component (please tell us which flow or app you are experiencing issues with): Theme Builder

To Reproduce Steps to reproduce the behavior:

  1. Select DatePicker from list
  2. No IconBackground in the list
  3. See error

Expected behavior As a result the date picker is created with a Black IconBackground even though it shows correctly in the app

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Brian-704 commented 4 years ago

It also appears that the ComboBox input is not represented

Brian-704 commented 4 years ago

I was able to add several properties to the JSON for the DatePicker and the Toggle control (FalseFill and TrueFill were not available) however The ComboBox control is not listed at all so I was unsure of the syntax to add those items to the theme

JeneferM-MSFT commented 4 years ago

Hi Brian. I'm afraid I don't follow your issue here. I do see support for the date picker, combo box, and toggle. Can you share more specifically what is missing for you?

Brian-704 commented 4 years ago

I did a search in the JSON for Combo and looked in the list of controls but I did not see anything listed. I also did not see the TrueFill and FalseFill properties for the Toggle control, many other items are listed, but not those properties.