-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
placeholder's dont work (need to use variable to bind) #181
Comments
Hi @stringbeans, thank you for your request. The correct placeholders for Chosen and Angular Chosen are: Check our Documentation and an Example |
Sorry I've just read your last expression:
Could you please be more specific about your error? That would be nice if you could fork my plunkr and make your changes. |
My plunkr up to date with Angular Chosen 1.3.0 and Angular 1.5.1: http://plnkr.co/edit/PWvVlB?p=preview Tested up to multiple and single following your settings |
@leocaseiro thanks for the speedy response! i looked at your plunkr and noticed that i'm setting the attribute wrong. instead of this was not reflected in the documentation and is possibly why i was confused. if you're up for it i can do a pull request on your docs to update this. btw, we are also a techstars company, so hi! |
Yeah! This because those string attributes emulating a scope type '@' $scope.customPlaceholder: 'My message'; <select chosen placeholder-text-single="customPlaceholder">...</select> PR are always welcome. We use slate on docs branch. Send me a PR there. That would be nice refer the egghead link. |
Using angular 1.5.1 and latest version of angular-chosen
tried defining the chosen select as so:
And the placeholder is not set to "Pick one of these". I've also tried using
placeholder-text-single
andplaceholder
attributes and they also do not work (placeholder-text-single
actually gives an error).The text was updated successfully, but these errors were encountered: