You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ You should also add `name="current-password"` and `autocomplete="current-passwor
52
52
53
53
## Browser Support
54
54
55
-
Works well with all the browsers [supported by Bootstrap](https://getbootstrap.com/docs/4.6/getting-started/browsers-devices/#supported-browsers)
55
+
Works well with all the browsers [supported by Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/browsers-devices/#supported-browsers)
56
56
57
57
## FAQS
58
58
59
59
Q. **Can I change the show password icon?**
60
60
61
-
A. You could change the icon displayed by replacing the `.input-password[type="password"]`[Base64 encoded](https://yoksel.github.io/url-encoder/) background image. SVG is recommended.
61
+
A. Yes you can change the icon displayed by replacing the `.input-password[type="password"]`[Base64 encoded](https://yoksel.github.io/url-encoder/) background image. SVG is recommended.
62
62
63
63
## Known Issues
64
64
@@ -69,3 +69,4 @@ A. You could change the icon displayed by replacing the `.input-password[type="p
69
69
70
70
- MDO and Bootstrap team for the [icons](https://icons.getbootstrap.com/icons/eye-slash/)
71
71
- Sam Dutton at Google for the idea and initial JavaScript from the '[Sign-in form Best Practices](https://web.dev/sign-in-form-best-practices/)' article
72
+
-[BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers
0 commit comments