From 293dcabe5a61206c1575635b3bd35120776fea3d Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:57:21 +0900 Subject: [PATCH] fix: `
` inside `

` in example codeCo-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> (#2017) (#2018) * docs: format code block comments (#2831) * fix: `

` inside `

` in example code (#2825) Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --------- Co-authored-by: DY_XiaoDong Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- src/examples/src/form-bindings/App/template.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/examples/src/form-bindings/App/template.html b/src/examples/src/form-bindings/App/template.html index fabedc663..29fa8acc2 100644 --- a/src/examples/src/form-bindings/App/template.html +++ b/src/examples/src/form-bindings/App/template.html @@ -1,5 +1,6 @@

Text Input

- {{ text }} + +

{{ text }}

Checkbox

@@ -16,7 +17,7 @@

Multi Checkbox

-

Checked names:

{{ checkedNames }}

+

Checked names: {{ checkedNames }}

Radio

@@ -24,8 +25,7 @@

Radio


-
-Picked: {{ picked }} +

Picked: {{ picked }}

Select

-Selected: {{ selected }} +

Selected: {{ selected }}

Multi Select

-Selected: {{ multiSelected }} +

Selected: {{ multiSelected }}