Skip to content

Commit

Permalink
Merge pull request #5315 from qburst/master
Browse files Browse the repository at this point in the history
Fix #5314 - Filled Password Example
  • Loading branch information
tugcekucukoglu committed Feb 22, 2024
2 parents 02b4dae + b16d6e2 commit 2e90fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/password/FilledDoc.vue
Expand Up @@ -3,7 +3,7 @@
<p>Specify the <i>variant</i> property as <i>filled</i> to display the component with a higher visual emphasis than the default <i>outlined</i> style.</p>
</DocSectionText>
<div class="card flex justify-content-center">
<Password v-model="value" :feedback="false" invalid variant="filled" />
<Password v-model="value" :feedback="false" variant="filled" />
</div>
<DocSectionCode :code="code" />
</template>
Expand Down

0 comments on commit 2e90fe4

Please sign in to comment.