Skip to content

Support for HTML5 input types #3

@felixprojekt

Description

@felixprojekt

Hello,
works fine for <input type="text" />, but can't get it working with for example <input type="search" />.

Replacing line 19
if ("text" != jQuery(this).attr("type") && !jQuery(this).is("textarea"))

with

if ("search" != jQuery(this).attr("type") && !jQuery(this).is("textarea"))

doesn't seem to work.

Ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions