Skip to content

Can't enter 'ą' character in tags mode #1132

@PawelGIX

Description

@PawelGIX

Try input word that contains "ą" letter.
Keyboard Shortcut: Alt + A

ktokmt61eq

http://selectize.github.io/selectize.js/#demo-tagging

Solution: http://stackoverflow.com/a/18570096
Disable "Select All" on Alt Gr key

if (event.ctrlKey && event.altKey) {
    // Appears to be Alt Gr
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions