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
I am already have password .input-group with pre-prended .input-group-addon and i want to append show password button after password field. How should i implement that to existed .input-group?
Main problem is that the library doesn't work well with a password input
that is already part of a bootstrap 'input group', since this library
wraps the password input field and the 'show password' icon in an input
group, resulting in a nested input group (and visual garbage). This is
documented here: wenzhixin#25
This removes that wrapper, and also appends the icon to the end of the
input group div, so that it plays nicely with our bootstrap-validator
error div.
See https://github.com/hinge-health/basilisk/pull/509 for more info.
I am already have password .input-group with pre-prended .input-group-addon and i want to append show password button after password field. How should i implement that to existed .input-group?
The text was updated successfully, but these errors were encountered: