-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MSTeams][Android/Ios] [Adaptive card input.choice set placeholder not getting displayed] #3885
Comments
@Sujit-Gaikwad |
We have acknowledged this issue report. Please continue to follow the issue for updates/progress/questions. @matthidinger / @dclaux / @RebeccaAnne / @paulcam206 / @nesalang / @almedina-ms FYI. |
any updates on this issue?? |
Any update on this |
@almedina-ms would the work around Input evolution address this behavior at all or were we saying PlaceHolders are not something the Accessibility team has been advocating for features and we should deprecate support for it? @dclaux for FYI also |
Any progress / update on this issue?? |
@shalinijoshi19 , @jwoo-msft Are there any timelines for this? This bug was part of the P0 bugs that I had earlier shared with the team |
any updates on this?? |
@jwoo-msft, @shalinijoshi19, Hope this bug(4484) will also be addressed as part of the current fix. cc: @VikrantSingh01, @anbah34, @shbhadra |
@Gunashree-R-V we have been re-evaluating guidance and support for placeholder elements and usage in card design over various discussion, esp due to bad Accessibility implications on the card design they may have- Are you able to leverage labels that shipped with adaptivecards 1.3 earlier last month for these scenarios? Do you actually have a use case for placeholders in the card design here? |
Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
MsTeams
Details
I used the placeholder property of adaptive cards in the input.Choiceset schema of adaptive cards. I added the placeholder text for the input.Choiceset drop down. The placeholder text was displayed in the desktop teams but when i checked it for mobile teams(android/ios) the placeholder text was not displayed.
I then tried adding the value field to the placeholder and then tried to render it for both the platforms. The teams desktop i am getting default placeholder text displayed in card but this time in mobile(android/ios) teams the card displayed the first value from the drop down list. In both the cases i was not able to display the placeholder text in mobile(android/ios) teams.
As well in desktop teams also i am getting the default text value (Select an option) even if give other placeholder values.
please find attachment for more details
PlaceHolderIssueJson.txt
I need a fix for this issue as it is creating a roadblock in my project. Please help.
The text was updated successfully, but these errors were encountered: