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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
wrapElement method always creates a new "wrapper" element around input.
In some situations it would be great to pass the wrapper element within options and just do initialization like copy all CSS etc.
My use case is that we uses "adaptive placeholders" which requires to have label exactly after input element. Something like this:
<div>
<input>
<label>
</div>
The text was updated successfully, but these errors were encountered:
lkrzyzanek
changed the title
Possibility to pass wrapper element in options
Possibility to use existing wrapper (parent) element
Apr 13, 2017
lkrzyzanek
pushed a commit
to lkrzyzanek/hideShowPassword
that referenced
this issue
Apr 13, 2017
wrapElement method always creates a new "wrapper" element around input.
In some situations it would be great to pass the wrapper element within options and just do initialization like copy all CSS etc.
My use case is that we uses "adaptive placeholders" which requires to have label exactly after input element. Something like this:
The text was updated successfully, but these errors were encountered: