-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels