-
Notifications
You must be signed in to change notification settings - Fork 157
Labels
💥 severity: critical🐛 bugAny issue that describes a bugAny issue that describes a bug🕐 time-picker📅 date-picker✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.version: 8.2.xversion: 9.0.xversion: 9.1.x
Description
Description
The HTML validation doesn't pass through the igx-date and time pickers properly. Required doesn't put asterisk in the label, no red borders when touched and invalid, etc.
- igniteui-angular version: 8.2.14
- browser: all
Steps to reproduce
- Create a date picker and mark it required.
<igx-date-picker label="Start Date"
name="startDate"
required
[(ngModel)]="tournament.StartDate">
</igx-date-picker>Result
No visual indication in the component that it's required in the form.
Expected result
To behave like other form components.
Metadata
Metadata
Assignees
Labels
💥 severity: critical🐛 bugAny issue that describes a bugAny issue that describes a bug🕐 time-picker📅 date-picker✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.version: 8.2.xversion: 9.0.xversion: 9.1.x