Skip to content

Suggestion #6

@nuno84

Description

@nuno84

This component is very nice, congratulations and thank you ;)
I want to make this suggestion:

in the form.js, add the types email and password to the hide condition like this:

    // Hide when loosing focus from an 'text', 'email' or 'password' type
    $('[type="text"],[type="email"],[type="password"],textarea').bind('blur.keyboard', function(e) {
        unsetFocus($(e.target));
    });

It works better with rails forms, in my case ;)
Thank you once again

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