Skip to content

Commit

Permalink
remove v-model example from iconfield (#7029)
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Aug 12, 2024
1 parent 1ef9560 commit fe26515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/doc/iconfield/templatedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function TemplateDoc(props) {
<path d="..." fill="var(--primary-color)" />
</svg>
</InputIcon>
<InputText v-model="value1" placeholder="Search" />
<InputText placeholder="Search" />
</IconField>
`,
javascript: `
Expand Down Expand Up @@ -75,7 +75,7 @@ export default function TemplateDemo() {
<path d="..." fill="var(--primary-color)" />
</svg>
</InputIcon>
<InputText v-model="value1" placeholder="Search" />
<InputText placeholder="Search" />
</IconField>
)
}
Expand Down Expand Up @@ -116,7 +116,7 @@ export default function TemplateDemo() {
<path d="..." fill="var(--primary-color)" />
</svg>
</InputIcon>
<InputText v-model="value1" placeholder="Search" />
<InputText placeholder="Search" />
</IconField>
)
}
Expand Down Expand Up @@ -159,7 +159,7 @@ export default function TemplateDemo() {
<path d="M12.1762 10.1789L8.4462 9.794L10.8145 7.09967H13.5378L12.1762 10.1789Z" fill="var(--primary-color)" />
</svg>
</InputIcon>
<InputText v-model="value1" placeholder="Search" />
<InputText placeholder="Search" />
</IconField>
</div>
<DocSectionCode code={code} />
Expand Down

0 comments on commit fe26515

Please sign in to comment.