Tomas Kirkegaard

Results 4 comments of Tomas Kirkegaard

+1 for the custom pattern idea that @illionas mentioned

@martinschilliger seems like it hasn't been developed in some time. Meanwhile, I have added this in my PR, https://github.com/drtomasso/jquery-phoenix

Optgroup works fine for me. Could you add some code of your option-tag problem? Both html and js

Could be something in this direction: ``` diff --- client/pubSelector.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/pubSelector.js b/client/pubSelector.js index 6a4cf9e..3e88cc2 100644 --- a/client/pubSelector.js +++...