IgniteUI / igniteui-docfx

Ignite UI for Angular topics for all available components and features

Home Page:https://bit.ly/2L19rhp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues in DatePicker topic

kacheshmarova opened this issue · comments

  1. Typo in Angular Datepicker Example paragraph

when users re enabled -> when users are enabled

  1. Projecting components paragraph

The above sample -> The above snippet

  1. Projecting components paragraph -> Customizing the toggle and clear icons section

The IgxDatePickerComponent can be configured with IgxPickerToggleComponent and IgxPickerClearComponent, these can be used to change the toggle and clear icons without having to add your own click handlers. -> The IgxDatePickerComponent can be configured with IgxPickerToggleComponent and IgxPickerClearComponent. These can be used to change the toggle and clear icons without having to add your own click handlers.

  1. Projecting components paragraph -> Custom action buttons section.

Remove extra bracket here:
using the todayButtonLabel) -> using the todayButtonLabel

  1. Examples -> Dialog Mode section

In the first code snippet the mode should be dialog
<igx-date-picker [mode]="'dropdown'"> -> <igx-date-picker [mode]="'dialog'">