stepper.md (material2-7.3.2) | : | stepper.md (material2-7.3.3) | ||
---|---|---|---|---|
skipping to change at line 129 | skipping to change at line 129 | |||
### Types of steps | ### Types of steps | |||
#### Optional step | #### Optional step | |||
If completion of a step in linear stepper is not required, then the `optional` a ttribute can be set | If completion of a step in linear stepper is not required, then the `optional` a ttribute can be set | |||
on `mat-step`. | on `mat-step`. | |||
<!-- example(stepper-optional) --> | <!-- example(stepper-optional) --> | |||
#### Editable step | #### Editable step | |||
By default, steps are editable, which means users can return to previously compl eted steps and | By default, steps are editable, which means users can return to previously compl eted steps and | |||
edit their responses. `editable="true"` can be set on `mat-step` to change the d efault. | edit their responses. `editable="false"` can be set on `mat-step` to change the default. | |||
<!-- example(stepper-editable) --> | <!-- example(stepper-editable) --> | |||
#### Completed step | #### Completed step | |||
By default, the `completed` attribute of a step returns `true` if the step is va lid (in case of | By default, the `completed` attribute of a step returns `true` if the step is va lid (in case of | |||
linear stepper) and the user has interacted with the step. The user, however, ca n also override | linear stepper) and the user has interacted with the step. The user, however, ca n also override | |||
this default `completed` behavior by setting the `completed` attribute as needed . | this default `completed` behavior by setting the `completed` attribute as needed . | |||
#### Overriding icons | #### Overriding icons | |||
By default, the step headers will use the `create` and `done` icons from the Mat erial design icon | By default, the step headers will use the `create` and `done` icons from the Mat erial design icon | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |