Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In the documentation about validation on steps here it states "By default, the isValid property is null."
However the type declaration for the isValid property on StepModel doesn't allow for that as it's currently:
isValid?: boolean
... it needs to be a union of boolean and null instead of just boolean.