JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Read-Only & Disabled? #120

Open BApophany opened 8 years ago

BApophany commented 8 years ago

I love the allmighty directive! But am having trouble figuring out how to bind ng-readonly and ng-disabled so that the underlying will correctly dynamically bind and change state accordingly. And then also show appropriate readonly/disabled styling (grayed out, cursor change, etc). Any help would be greatly appreciated. Thanks in advance!!