I have a combo box with time schedules in my canvas app. Let's call it TimeBox.
This time box shows availability of a room according to a sharepoint list called Room_1 where it has 2 columns, DateSchedule and TimeSchedule respectively.
I want to disable or change the color of the times already booked for that room. For example:
Change color of combo box item depending on condition
I don't think there is a way to do conditional formatting to the entries INSIDE the Combobox control. However, If you use a collection to populate the Combobox entries you could remove already used entries from the list so they aren't available to choose.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.