From a55dfbfb82d529b2a3b6746beed110b5eeb1d3c6 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:59:10 +0200 Subject: [PATCH] docs(common): Remove empty line in list item that uses a template --- _contentTemplates/common/inputs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_contentTemplates/common/inputs.md b/_contentTemplates/common/inputs.md index 83936b5b4b..0ad6fb1fce 100644 --- a/_contentTemplates/common/inputs.md +++ b/_contentTemplates/common/inputs.md @@ -3,9 +3,7 @@ Also check the dedicated KB article about [programmatic input component focusing #end #edit-debouncedelay - Consider setting `DebounceDelay="0"` to the component inside the editor template. This is how the default editors in all Telerik Blazor components work. Otherwise, fast users may try to save changes before the data item in edit mode receives the new value. - #end #adornments