Hi Daniel,
Thanks for providing such a great looking plugin!
I am trying to modify the code to support items not in list. So if someone types something in and presses tab it acts like an input box. I am a bit confused as to where to change the code to get this behaviour.
I've looked at these lines:
case 9: // tab
case 13: // enter
if (!this.shown) return
this.select()
break
Any chance you could give some hints as to how to do it?