Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Fix Issues #2036 and #1973: Changed currentDate comparisons to minDate and maxDate to be inclusive #2043

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

gobrien37
Copy link

Issues #2036 and #1973 refer to crashes when minDate or maxDate are equal to currentDate in the datetime module datePicker. This request changes the checks for minDate and maxDate validity to allow for these dates to also be the currentDate.

Mauker1 and others added 26 commits February 17, 2020 19:30
Updating documentation to show that you can also set the maxDate parameter.
Set hint on TextInputLayout instead of EditText so that it animates properly when you start typing.

From documentation:
* The hint should be set on the TextInputLayout, rather than the EditText. If a hint is specified
 * on the child EditText in XML, the TextInputLayout might still work correctly; TextInputLayout
 * will use the EditText's hint as its floating label. However, future calls to modify the hint will
 * not update TextInputLayout's hint.
…atically (afollestad#1972)

* Change RadioButton's colors programmatically

* Update sample to demonstrate changing RadioButton's colors programmatically
@eygraber
Copy link

Any idea when this will get merged? It's pretty bad behavior.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
9 participants