Skip to content

Commit d542ed6

Browse files
Update IDateTimePickerProps.ts
Add the placeholder
1 parent ed9cb6c commit d542ed6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/controls/dateTimePicker/IDateTimePickerProps.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ export interface IDateTimePickerProps {
102102
* Specify if labels in front of date and time parts should be rendered. True by default
103103
*/
104104
showLabels?: boolean;
105+
106+
/**
107+
* Placeholder text for the DatePicker
108+
*/
109+
placeholder?: string;
105110
}

0 commit comments

Comments
 (0)