Unplanned
Last Updated: 22 Feb 2024 08:37 by ADMIN
Scheduled for 2024 Q2 (May)
Created by: Ryan
Comments: 0
Category: Stepper
Type: Bug Report
0

Describe the bug

The following Stepper StepProps should not be required ones:

  • successIcon: String;
  • successSvgIcon: Object;
  • errorIcon: String;
  • errorSvgIcon: Object;

The current implementation of the Stepper's Steps requires the definition of the above properties which results to an error in a Typescript context.

Expected behavior
The listed properties should be made optional.

Unplanned
Last Updated: 13 Jul 2023 08:16 by Garry
Created by: Garry
Comments: 0
Category: Stepper
Type: Feature Request
0

With the current implementation of the Native Stepper component, the way we can show/hide a step is by filtering its items.

Providing a "hidden" option that controls the visibility of the Stepper's Step will make the work with the component easier.

Unplanned
Last Updated: 10 Jul 2023 07:42 by Garry
Created by: Garry
Comments: 0
Category: Stepper
Type: Feature Request
0

Currently, the Stepper's Change event, event handler contains only the index value of the selected step.

Providing the object that defines the specific step, inside the event handler's object, could help in the implementation of different scenarios.