Hi,
The example at the following URL is broken. See the attached screenshot for more details. Kindly fix asap. Thanks.
Regards,
Al
Hi Alvin,
This is a quick follow up on this case.
I want to share that the Multi-Step form demos are already fixed on site.
https://www.telerik.com/kendo-angular-ui/components/forms/advanced-forms/multi-step-form/
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Alvin,
Thank you for pointing that out to us. As a token of gratitude, I am updating your Telerik points.
After updating the 'personal-details.component.ts' with the following HTML snippet, the Multi-Step Form worked as expected:
<kendo-formfield>
<kendo-label [for]="about" text="About" [optional]="true">
</kendo-label>
<textarea kendoTextArea #about formControlName="about" placeholder="Who you are...">
</textarea>
</kendo-formfield>
Please take a look at this StackBlitz example demonstrating the Multi-Step Form.
While we fix the documentation, please let me know if you have any further questions pertaining to this case.
Regards,
Hetali
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.