Isaac Haseley

Results 2 comments of Isaac Haseley

I looked into this one and had some fun pinning it down: * I searched the project for "please enter 3 or more characters" and didn't find it * I...

It's in the select2-rails gem. Mine is here: .rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/select2-rails-3.5.10/vendor/assets/javascripts/select2.js I found this by finding an instance of "select2" in our code (in variant_autocomplete.js.coffee). Visiting its declaration took me to select2.js....