From 2d29fd82aa3dba40ad77b27d0c3f920cdd861391 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:49:10 +0300 Subject: [PATCH] docs(Form): Add missing namespace --- components/form/formitems/template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/form/formitems/template.md b/components/form/formitems/template.md index 3628fc903..faac3bdcf 100644 --- a/components/form/formitems/template.md +++ b/components/form/formitems/template.md @@ -51,6 +51,8 @@ The sample below shows how to: >caption Using Form Item Templates ````RAZOR +@using System.ComponentModel.DataAnnotations +