btrauma8
Results
2
comments of
btrauma8
i had a similar problem. it seems it only positions the transparent swf once. instead, you can position it on every mouseover of the input. i'm not really sure what...
I ran into this too. I changd this line from: `this.query = this.$element.val() || this.$element.text() || '';` to `this.query = this.$element.val() || '';` and that seems to work.