DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48
stars
50
forks
source link
Issue on AdaptiveChoiceSetInput design, on mobile app dropdown first value having strike line, when we tab on it #115
Hello Team, I am facing one design issue over Teams mobile app, it is working fine on Desktop version.
Getting design issue on AdaptiveChoiceSetInput control on AdaptiveCard
I am getting a strike line when i tab on the dropdown over mobile, a strike line similar to 'v' shape
AdaptiveChoiceSetInput choiceSet = new AdaptiveChoiceSetInput { Id = "dropdownuniqueID", IsMultiSelect = false, Style = AdaptiveChoiceInputStyle.Compact };
To reproduce:
please open the SME card in Android mobile and click on 'Change Status' button on behalf of Expert. and when you tab on the dropdown value will expand in the screen and on that the first value having a strike line.
Sorry team not able to upload any snapshot getting below error on developer tool
Access to XMLHttpRequest at 'https://github-production-user-asset-6210df.s3.amazonaws.com/' from origin 'https://github.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Hello Team, I am facing one design issue over Teams mobile app, it is working fine on Desktop version.
Getting design issue on AdaptiveChoiceSetInput control on AdaptiveCard
I am getting a strike line when i tab on the dropdown over mobile, a strike line similar to 'v' shape
AdaptiveChoiceSetInput choiceSet = new AdaptiveChoiceSetInput { Id = "dropdownuniqueID", IsMultiSelect = false, Style = AdaptiveChoiceInputStyle.Compact };
To reproduce: please open the SME card in Android mobile and click on 'Change Status' button on behalf of Expert. and when you tab on the dropdown value will expand in the screen and on that the first value having a strike line.
Sorry team not able to upload any snapshot getting below error on developer tool Access to XMLHttpRequest at 'https://github-production-user-asset-6210df.s3.amazonaws.com/' from origin 'https://github.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.