Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

How do you reset the fancy input back to it's initial state? #30

Description

@thomasjoyce

I try this:
$('section :input').val('').fancyInput().clear();

It clear up the input val but did not clear up the div that has a bunch of span tag characters. On the browser, you see the input placeholder "hello" is on top of the word text "milk".

I want to remove the word "milk" so that it is back to the initial input state.
Any help here? Thanks for your help :- )

For example, the is the result i'm getting:

<section class='xxx'>
         <div class="fancyInput">
              <input  id="zzz" maxlength="35" name="abc" placeholder='hello' type="text" autocomplete="off" value="">
        </div>
            <div>
                    <span>m</span>
                    <span>i</span>
                    <span>l</span>
                    <span>k</span>
                    <b class="caret" style="height: 208px;">​</b>
                    <b class="caret">​</b>
           </div>
           <div></div>
</section>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions