Use-case: Set a default of 250ms before searching on ajax select2 drop downs. Any non-ajax drop down should ignore this setting.
Example: http://jsbin.com/rojegadaye
Expected: Drop down does not use ajax, should show options from HTML
Actual: Select2 attempts to query current page for ajax results
I thought it might be related/fixed with https://github.com/select2/select2/pull/4364 however testing with 4.0.6-rc.0 & 4.0.6-rc.1 exhibit the same behavior.
Am I misinterpreting how the global defaults should be used?
Thanks