After i could use the Uikit DatePicker on a seblod field, i would like now to try the autocomplete function on a select box.
I have read
this topic, but what i'm trying is using the Uikit function, so...
On Uikit documentation, i found this :
Markup
<code><div class="uk-autocomplete uk-form" data-uk-autocomplete="{source:'my-autocomplete.json'}">
<input type="text">
</div>
OK, good beginning. I just don't know what to put in the "source: 'my-autoccomplete.json'" - My autocomplete will not be a file, but a category of item (for example a category of book wich form name is "book-form" and category item is "book".
Any idea ?