Completed
Last Updated: 06 Jun 2023 13:29 by ADMIN
Peter
Created on: 30 May 2023 23:25
Category: Form
Type: Bug Report
0
FormItemsTemplate documentation bug

https://docs.telerik.com/blazor-ui/components/form/formitems/formitemstemplate

Render defined Form items inside a FormItemsTemplate  Example

Line 22 has @nameof(Person.Id) which generates an error, should be without the @ as shown below.


 <TelerikFormItemRenderer Item="@( formItems.First(x => x.Field == nameof(Person.Id)) )" />


 

1 comment
ADMIN
Hristian Stefanov
Posted on: 06 Jun 2023 13:29

Hi Peter,

Thank you for bringing this typo in our documentation to our attention.

I'm pleased to inform you that the issue has been resolved, and the fix will be live tomorrow with our new release, version 4.3.

Regards,
Hristian Stefanov
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.