luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

How to create an autocomplete plugin in ngrest admin? #1107

Closed vuongminh-xx closed 7 years ago

vuongminh-xx commented 7 years ago

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.

nadar commented 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.

vuongminh-xx commented 7 years ago

Thank you very much @nadar !

nadar commented 7 years ago

@vuongminh You are welcome. Just let me know if you need more help or informations.