Unplanned
Last Updated: 17 Apr 2024 07:34 by ADMIN
Nick
Created on: 17 Apr 2024 07:33
Type: Feature Request
0
Expose template for Stepper > Optional Text

Consider exposing a template that will allow styling the (Optional) text span from ThemeBuilder.

Currently, as a workaround users must explicitly set the styles through the following selectors:

.k-stepper .k-step-label-optional {
    color: red;
    background-color: yellow;
    font-size: 18px;
    font-style: normal;
}

Requested through t.1648985

0 comments