Skip to content

Commit

Permalink
Merge pull request #4815 from Emredinho61/patch-1
Browse files Browse the repository at this point in the history
Fixed #4814: InputGroup: wrong Endtags in Button example on documenta…
  • Loading branch information
tugcekucukoglu authored Nov 14, 2023
2 parents 6cea61e + d4cc121 commit b5f0c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/inputgroup/ButtonDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ export default {
<InputGroup>
<Button label="Search" />
<InputText placeholder="Keyword" />
</div>
</InputGroup>
<InputGroup>
<InputText placeholder="Keyword" />
<Button icon="pi pi-search" severity="warning" />
</div>
</InputGroup>
<InputGroup>
<Button icon="pi pi-check" severity="success" />
<InputText placeholder="Vote" />
<Button icon="pi pi-times" severity="danger" />
</div>
</InputGroup>
</div>
</template>
`
Expand Down

0 comments on commit b5f0c40

Please sign in to comment.