Test Page
$("#amount-dropdown").select2({ createSearchChoice:function(term, data) { if ($(data).filter(function() { return this.text.localeCompare(term)===0; }).length===0) {return {id:term, text:term};} }, multiple: false, data: [{id: 5, text: '$5.00'},{id: 10, text: '$10.00'},{id: 15, text: '$15.00'}] });