DatePicker invalidText not visible
See original GitHub issueDetailed description
Describe in detail the issue you’re having.
After updating carbon components to 10.26.0 the invalid text for a date picker is no longer visible.
Is this a feature request (new component, new icon), a bug, or a general issue?
bug
Is this issue related to a specific component?
DatePicker
What did you expect to happen? What happened instead? What would you like to see changed?
I would expect the invalidText to be visible when the date picker is marked as invalid
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
“carbon-components”: “10.26.0”, “carbon-components-angular”: “4.36.2”,
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
Workaround is not to update carbon-components. Product is to be released end of February
Additional information
<div class="container">
<ibm-date-picker [invalid]="true" invalidText="This is the invalid text" [(ngModel)]="date"></ibm-date-picker>
{{date | json}}
</div>
results in:
While it used to be (and also the expected behavior)
This seems to work fine in carbon components react, tried that in a sandbox.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top GitHub Comments
This is definitely a breaking change on Carbons side, issue here to track: https://github.com/carbon-design-system/carbon/issues/7597
🎉 This issue has been resolved in version 4.37.1 🎉
The release is available on:
Your semantic-release bot 📦🚀