axel-zarate / js-custom-select

Custom auto-complete select box for AngularJS and Bootstrap
MIT License
68 stars 59 forks source link

Document options and callbacks that can be used #3

Closed toymachiner62 closed 9 years ago

toymachiner62 commented 9 years ago

There should be documentation on the options and callbacks that can be used. By searching through the code I was able to find that I can customize the searchDelay and displayText.

axel-zarate commented 9 years ago

Completed in commit c8d13d19822e8693cf8ab75cfc1a1291211084e0

toymachiner62 commented 9 years ago

Your options table is great. One thing i would suggest is to add the callback signature so implementers know what parameters the callback takes.