telerik / kendo-theme-default

The default, SCSS-based theme for Kendo UI
https://www.telerik.com/kendo-ui
Other
16 stars 17 forks source link

Add a class for the DateInput when displaying the placeholder #874

Closed svetq closed 6 years ago

svetq commented 6 years ago

Provide a class that could be used to style the DateInput while the placeholder is displayed.

gyoshev commented 6 years ago

The enhancement implemented in https://github.com/telerik/kendo-angular/issues/1356 will allow the placeholder to be styled through the ::placeholder generated element selector, and the input via the :placeholder-shown pseudo-class selector. See the related CSS-Tricks article for more details.