Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stepper] Some step properties should not be required #423

Closed
PekoPPT opened this issue Jul 11, 2023 · 1 comment
Closed

[Stepper] Some step properties should not be required #423

PekoPPT opened this issue Jul 11, 2023 · 1 comment
Assignees
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Milestone

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented Jul 11, 2023

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.

@PekoPPT PekoPPT added Bug Item which indicates that something is not working SEV: Medium labels Jul 11, 2023
@zdravkov zdravkov self-assigned this Jul 13, 2023
@zdravkov zdravkov modified the milestones: R3 2023 - Increment 2 (2.08.2023), R3 2023 - Increment 1 (21.07.2023) Aug 1, 2023
@elena-gancheva elena-gancheva removed this from the R3 2023 - Increment 1 (21.07.2023) milestone Oct 16, 2023
@zdravkov zdravkov added this to the 2024 Q2 (May) milestone Feb 22, 2024
@zdravkov
Copy link
Member

Fixed in the latest version of Kendo UI for Vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Projects
None yet
Development

No branches or pull requests

3 participants