Closed vuongminh-xx closed 7 years ago
We have also made an Autocomplete Plugin you can provide your data from an array or model:
The Select Plugin with autocomplete: https://luya.io/guide/ngrest-plugin-select All Plugins: https://luya.io/guide/ngrest-plugins
In order to write your own plugin you can follow this guide: https://luya.io/guide/ngrest-plugins#create-a-custom-project-plugin
Feel free to ask if you have any question or problem.
Thank you very much @nadar !
@vuongminh You are welcome. Just let me know if you need more help or informations.
Sorry to ask a question at here...
How can i create an autocomplete plugin with directive of angular like https://material.angularjs.org/latest/demo/autocomplete .At server side is no problem with me but at client side i don't know how to? Many thanks.