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
Copy file name to clipboardexpand all lines: projects/igniteui-angular/src/lib/date-picker/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -123,8 +123,6 @@ The DatePicker action buttons could be retemplated.
123
123
|`weekStart`|`Number \| WEEKDAYS`| Sets on which day will the week start. |
124
124
|`locale`|`string`| Sets the locale used for formatting and displaying the dates in the calendar. For more information check out [this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) page for valid formats. |
125
125
|`formatOptions`|`Object`| The format options passed along with the `locale` property used for formatting the dates. |
126
-
|`label`|`string`| Configure the input label text. |
127
-
|`labelVisibility`|`string`| Configure the input label text visibility. |
128
126
|`format`|`string`| Configure the date display format when in edit mode. Accepts formats using the d, M and y symbols, custom separators and the following pre-defined format options - shortDate, mediumDate, longDate and fullDate. |
129
127
|`mask`|`string`| Configure the date editor mask. Accepts the d, M and y symbols as mask - for example dd-MM-y. |
130
128
|`disabledDates`|`DateRangeDescriptor[]`| Configure the disabled dates. |
@@ -154,4 +152,4 @@ The DatePicker action buttons could be retemplated.
154
152
|`selectDate`|`date: Date`|`void`| Change the calendar selection. Calling this method will emit the `onSelection` event. |
155
153
|`deselectDate`|`void`| Deselects the calendar date and clear input field value. |
156
154
|`triggerTodaySelection`|`void`| Selects today's date in calendar and change the input field value. |
157
-
|`openDialog`|`target?: HTMLElement`|`void`| Opens the dialog or drop down, depending on the mode. |
155
+
|`openDialog`|`target?: HTMLElement`|`void`| Opens the dialog or drop down, depending on the mode. |
0 commit comments