You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When required=false AND when a date is passed in to currentDate the component does not initialize the value of the text input correctly. It should initialize to be the formatted value of currentDate, but instead it's left empty, and the placeholder text appears.
When
required=false
AND when a date is passed in tocurrentDate
the component does not initialize the value of the text input correctly. It should initialize to be the formatted value ofcurrentDate
, but instead it's left empty, and theplaceholder
text appears.Here's a failing test that demonstrates the problem : https://github.com/jagthedrummer/ember-baremetrics-calendar/blob/jeremy/required-test/tests/integration/components/baremetrics-calendar-test.js#L33-L46
I'd be happy to open a PR for this test if that would help.
The text was updated successfully, but these errors were encountered: