mootools-meio-autocomplete
mootools-meio-autocomplete copied to clipboard
Can't type a '(' [shift + 9]
When I assign Meio.Autocomplete.Select() to an input field I can't type the characters '(' and '&' in that field. It is still possible to paste both characters in the field, so I guess it has something to do with a 'keyup' event.
Anyone?
Hi, can you provide information about the browsers that you are having this problem?
Is your example similar to this? http://jsfiddle.net/fabiomcosta/eZpuL/1229/
I'm being able to type &
and (
there.
Let's try to figure out how to reproduce this.
Thank you!
Hi, yes the example is similar; I can't type the chars with Firefox 21.0.
Additionally; (
seems to behave like an "arrow down", and &
seems to toggle the visibility of the suggestion box.
Hmm now I could see that. Thank you! Will see what I can do!