We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3589ce commit 01b9a58Copy full SHA for 01b9a58
site/src/content/docs/components/password-input.mdx
@@ -156,7 +156,7 @@ Find here an example of how to implement a password input with a show password b
156
<div class="text-input-container">
157
<label for="liveInputPassword">Password</label>
158
<input type="password" id="liveInputPassword" class="text-input-field" placeholder=" ">
159
- <button class="btn btn-minimal btn-icon" id="togglePassword">
+ <button class="btn btn-minimal btn-icon" id="togglePassword" type="button">
160
<svg aria-hidden="true">
161
<use xlink:href="${getVersionedDocsPath('/assets/img/ouds-web-sprite.svg#accessibility-vision')}"/>
162
</svg>
0 commit comments