2
I have two Select Chosen in my form, what I’m doing is:
That is, when typing if you can’t find anything related, I have the link 'insert item', which opens me a modal, until everything works.
The big problem is that, I need to transfer the typed text to an input that is in the modal, I could not do, but, I believe it has to do with this line, inside the file Chosen.jquery.js.
return this.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: http://jsfiddle.net/sNniffer/5ctjt6ug/
You say in the question "I need to transfer the typed text to an input that is in the modal". Where is this input? where is the modal and the link "include item"?
– Sergio