Skip to content

Commit 5793c92

Browse files
committed
feat(time-picker): Updating the changelog and readme, #6905
1 parent 56de9f1 commit 5793c92

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ All notable changes for each version of this project will be documented in this
1313
- When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
1414
- ` IgxExcelExporterService`
1515
- Added `worksheetName` property to the `IgxExcelExporterOptions`, that allows setting the name of the worksheet.
16+
- `IgxTimePicker`
17+
- Added a custom label functionality.
1618

1719
## 10.1.0
1820

projects/igniteui-angular/src/lib/time-picker/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ The TimePicker has vertical and horizontal layout. By default the `vertical` is
4747
</igx-time-picker>
4848
```
4949

50+
The TimePicker supports custom label. It can be set in the following way:
51+
````html
52+
<igx-time-picker>
53+
<label igxLabel> Custom label</label>
54+
</igx-time-picker>
55+
````
56+
5057
The TimePicker input group could be retemplated.
5158
```html
5259
<igx-time-picker>

0 commit comments

Comments
 (0)