Igniteui-angular: unexpected warning in console for igx-date-picker

Created on 27 Feb 2021  路  2Comments  路  Source: IgniteUI/igniteui-angular

Unexpected warning in console for igx-date-picker

Screenshot 2021-02-23 172236

Unexpected warning:

IgxDatePickerComponent.label: Use igxLabel inside the date picker to change the label:

    <igx-date-picker>
        <label igxLabel>Custom label</label>
    </igx-date-picker>

Steps to reproduce

  1. Start development server of igniteui-angular-samples with yarn start.
  2. Gotohttp://localhost:4200/samples/scheduling/datepicker-sample-1.
  3. Open browser console.

Result

You can see that warning.

Expected result

No warning, with basic using.

bug date-picker already-fixed

Most helpful comment

Related to #8917
This should be already fixed in 11.0.14 and 10.2.14.

All 2 comments

Related to #8917
This should be already fixed in 11.0.14 and 10.2.14.

@wnvko thank you!

Was this page helpful?
0 / 5 - 0 ratings