From 36821b17e5932f5e8c0a0a1536daa3872cbdf394 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 +