microsoft / microsoft/AdaptiveCards
[Android] Input.Date shows current date for any arbitrary string
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Platform
- Android
Issue
If you set value to any arbitrary string (that's not a valid date), we return the current date. If the given value is not a valid date, the control should be empty.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Android implementation of Input.Date and any existing tests for date values. Reproduce the behavior with an arbitrary invalid string, then verify that the control is empty rather than showing the current date.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100