Garlic does not properly save values from typeahead.js inputs
sciencepro opened this issue · 1 comments
sciencepro commented
Using typeahead.js (http://twitter.github.io/typeahead.js/) I am unable to get Garlic to properly save values input via the typeahead inputs. Underneath they are an but clearly there is some differing behavior that is causing this to mess up. Any thoughts on a workaround?
bartclaeys commented
Typeahead generates input
fields dynamically and garlic.js is probably initiated before typeahead.js is. Have you tried loading typeahead.js before garlic.js?