Skip to content

Supporting input type=email #21

@anandphulwani

Description

@anandphulwani

Just checked and it isn't working with input type email, i have modified the line 995 in Autosuggest.js to this

if (input.tagName === 'TEXTAREA' || (input.tagName === 'INPUT' && input.type === 'text') || (input.tagName === 'INPUT' && input.type === 'email')) {

still no avail, any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions