anna-dingler

Results 87 comments of anna-dingler

Hi @Susmitha474. Thank you for adding additional details on Stylus! For the specific example you pointed out, we are showcasing an example of the `wrap` property in our schema. With...

Closing this PR since the original bug was closed.

Hello @Shireen2000, This bug is fixed in schema 1.3 with the addition of the `label` property. By using labels for Inputs instead of TextBlocks, the form fields will be correctly...

@licanhua @JeanRoca Number 3 (stationary header) is only fixed on small and medium cards. The issue still occurs on light theme, large cards

We utilize the HTML select element for this control, so we have less control over its behavior. This is error also occurs within [documentation examples](https://developer.mozilla.org/en-US/docs/web/html/element/select) for the control. @carlos-zamora Do...

@JeanRoca I ran into this as well when I made my carousel changes. My open PR (https://github.com/microsoft/AdaptiveCards/pull/7654) should only allow the carousel elements in an object body `{}`. You can...

@paulcam206 It looks like we need to update `header.ejs` and `footer.ejs`. For this issue, the non-interactive button has been switched to span on the [microsoft website](https://www.microsoft.com/en-us/), so we are likely...

I believe this issue is resolved by setting the `tooltip` property for each of the actions. @JeanRoca Does this need to be updated on one of our samples?