-
Notifications
You must be signed in to change notification settings - Fork 561
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
[Android][Inconsistency with desktop] [Date input component does not honour the default value] #3671
Comments
Time and Date values have to be expressed in specific format. |
@nesalang, thanks! Are we now consistent across all renderers/platforms wrt time and date expressions? |
🎉 Handy links: |
@nesalang @shalinijoshi19 I believe this has been erroneously closed, the issue still persists in the 1.2.6 drop. Note that the bug is not regarding the format of the date, but that the date input element picks up todays date by default, instead of the specified date value. |
Thanks for reaching out to us. {
"type":"Input.Date",
"value":"03/12/2019",
"id":"date"
} The date string, "03/12/2019", is in wrong format. |
Platform
Author or host
Host
Version of SDK
1.2.5
Details
The date input component does not honour the default value and always shows the current date by default. For the card as in the attached json, following are the views on desktop and android.
(https://github.com/microsoft/AdaptiveCards/files/3944744/default_date.json.zip)
View on desktop


View on android
default_date.json.zip
The text was updated successfully, but these errors were encountered: