anna-dingler

Results 87 comments of anna-dingler

@Shireen2000 As seen in the picture below, the **New Card** dialog contains two lists: **Create** and **Explore**. Should you be able to navigate from the _last item_ (From JSON Schema)...

> Code looks great (no notes!), but some behavioral changes we should consider: > > * left/right arrow should also work > > * min bar is that left/up go...

Closing this issue since it is an authoring issue, and Adaptive Cards does not support a rating control. We have a proposal open tracking the progress of rating control implementation...

Hi @Shireen2000! I believe this should be a bug on the Voice Access team because it should be able to recognize special characters. The Voice Access documentation also recommends using...

Hello @vaishali1397! To resolve this issue, I recommend using an icon instead of "" and assigning a tooltip value. For instance, ``` { "type": "ActionSet", "actions": [ { "type": "Action.ToggleVisibility",...

Resolving this issue since using an icon would result in the correct behavior. Let me know if you need help with anything else!

Hi @Shireen2000! I've done some investigating here, and I believe we should close this bug. For our `Input.Date` control, we utilize HTML's `input type="date"`. With this implementation, the browser has...

As you can see in the following code snippet, we have rendered an HTML Input element with the type `date`. ```HTML ``` We don't have control over the inner elements...