I have two Select Chosen in my form, what I'm doing is:
Thatis,whentypingifIdonotfindanythingrelated,Ihavethe'Incuiritem'link,whichopensamodal,untileverythingworks.
TheproblemisthatIneedtotransferthetypedtexttoaninputthatisinthemodal,Icouldnotdoit,butIbelieveithastodowiththisline,insidethechosen.jquery.jsfile.
returnthis.results_none_found=this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || "Nada encontrado <br><br> <a href='#' id='chama_modal_motivo_servico' class='chama_modal_motivo_servico' >Incluir este item</a>";
jsFiddle: link