mattzollinhofer/vue-typeahead-bootstrap

Regex broken for strings including 'z'

Closed this issue · 1 comments

Invalid regex is generated when a string including z is typed into the typeahead input. Should be a one-character fix by adding a ] here, in the characterMap entry for z.

Just realized there's a PR open for this already