This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
.hideShowPassword-field not added on init #11
Closed
Description
Noticing that when a password field is initialized, class "hideShowPassword-field" is not assigned to the input element. The class is only added after clicking the toggle button for the first time.
Traced it to if (! this.options.enable || this.isType()) return false;
in the updateElement
function. On init, both evaluate to true.
Is this by design?
Thanks for making your plugin available.