javascript - Is there a properly tested alternative to Select2 or Chosen? -


i looking alternative select2 provides same functionality, includes proper tests.

the quest holy grail? last unicorn?

selectize.js select2 alternative i've been working on has suite of tests using combination of testem, syn, mocha, , chai. right there following classes of tests:

  • interaction
    functional tests makes sure control behaves if user using (using syn).
  • setup
    ensures control can initialized existing <select> , <input> elements.
  • api
    tests core api methods proper functionality.
  • events
    ensures built-in events fired @ right times proper arguments.
  • xss
    tests handful of potential exploits.

with said, tests aren't expansive want them be, it's getting there :)


Comments