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
Hello. I have integrate the plugin with my Sign Up and Sign In forms on a django project using v1.3.0. The project uses Volt - Free Bootstrap 5 Admin Dashboard
Regardless of the method of initialisation (data-toggle or javascript), the submit buttons do not work except when i manually toggle the eye show and then hide after the password has been entered. This happens when the default\initial is set to hide, which is my preferred approach.
When i tried to do the toggling via js when i click the submit button it still did not work. I then noticed that, when i used, for example, $('#id_password').password('show'); on the submit button the password field was empty.
I had to downgrade to either v1.2.0 or 1.2.1, and everything worked perfectly.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello. I have integrate the plugin with my Sign Up and Sign In forms on a django project using v1.3.0. The project uses Volt - Free Bootstrap 5 Admin Dashboard
Regardless of the method of initialisation (data-toggle or javascript), the submit buttons do not work except when i manually toggle the eye show and then hide after the password has been entered. This happens when the default\initial is set to hide, which is my preferred approach.
When i tried to do the toggling via js when i click the submit button it still did not work. I then noticed that, when i used, for example, $('#id_password').password('show'); on the submit button the password field was empty.
I had to downgrade to either v1.2.0 or 1.2.1, and everything worked perfectly.
Thank you.
The text was updated successfully, but these errors were encountered: