We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What platform is your issue or question related to? (Delete other platforms).
Microsoft Teams
1.2.10
As per the schema, Input components do have placeholder property which are to be shown when no selection has been made.
placeholder
Placeholder properties aren't utilised on Android for Input.Number, Input.Date, Input.Time.
Here is the experience:
Here is the card JSON:
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", "body": [ { "type": "TextBlock", "text": "Date Input" }, { "type": "Input.Date", "id": "date", "placeholder": "Enter a date" }, { "type": "Input.Number", "id": "number", "placeholder": "Enter a number within 1-10", "min": 1, "max": 10 }, { "type": "Input.Text", "id": "input1", "placeholder": "enter comment", "maxLength": 500 }, { "type": "Input.Time", "id": "time", "min": "09:00", "max": "17:00", "placeholder": "Enter time between 9-17" } ] }
cc: @VikrantSingh01, @anbah34, @shbhadra
The text was updated successfully, but these errors were encountered:
Hi @Gunashree-R-V. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.
Sorry, something went wrong.
This has been fixed in version 2.0+, during one of our meetings it was decided to not backport this fix into 1.2
almedina-ms
No branches or pull requests
Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
Microsoft Teams
Version of SDK
1.2.10
Details
As per the schema, Input components do have
placeholder
property which are to be shown when no selection has been made.Placeholder properties aren't utilised on Android for Input.Number, Input.Date, Input.Time.
Here is the experience:
Here is the card JSON:
cc: @VikrantSingh01, @anbah34, @shbhadra
The text was updated successfully, but these errors were encountered: