Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Possibility to use existing wrapper (parent) element #50

Closed
lkrzyzanek opened this issue Apr 13, 2017 · 1 comment
Closed

Possibility to use existing wrapper (parent) element #50

lkrzyzanek opened this issue Apr 13, 2017 · 1 comment

Comments

@lkrzyzanek
Copy link

lkrzyzanek commented 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:

<div>
  <input>
  <label>
</div>
@lkrzyzanek 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
@lkrzyzanek
Copy link
Author

This is what I meant: #51
(min version is not committed).

lkrzyzanek pushed a commit to lkrzyzanek/hideShowPassword that referenced this issue Apr 18, 2017
@tylersticka tylersticka closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants