Skip to content

Commit bcf2268

Browse files
committed
feat(time-picker): Updating the readme and the changelog, #6905
1 parent ab84729 commit bcf2268

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ All notable changes for each version of this project will be documented in this
1515
- Allows for setting an input group `type` on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a `type`.
1616
- ` IgxExcelExporterService`
1717
- Added `worksheetName` property to the `IgxExcelExporterOptions`, that allows setting the name of the worksheet.
18+
- `IgxTimePicker`
19+
- Added a custom label functionality.
1820

1921
## 10.1.0
2022

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ The TimePicker has vertical and horizontal layout. By default the `vertical` is
4646
<igx-time-picker [vertical]="true">
4747
</igx-time-picker>
4848
```
49+
The TimePicker supports custom label. It can be set in the following way:
50+
````html
51+
<igx-time-picker>
52+
<label igxLabel> Custom label</label>
53+
</igx-time-picker>
54+
````
4955

5056
The TimePicker input group could be retemplated.
5157
```html

0 commit comments

Comments
 (0)