-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support of ui-select #26
Comments
I've just downloaded it and found the same following. Let me know if you have any luck. |
I was just preparing to open an issue regarding ui-select support and found this. Any chance to have ui-select integration? :) |
+1 for a fix of this! |
+1 for a fix of this I think the issue may indeed be with ui-select. I was able to get this to work by adding on-select="rerunValidation()" to my ui-select. In my controller, the rerunValidation was simply: $scope.rerunValidation = function() { See a demo here: http://plnkr.co/edit/OjoRp7QWO89OQhNUTlaZ?p=preview UI-select doesn't seem to be triggering 'blur' or 'onchange' when an element is selected. This is the only way I've been able to get it to work. |
+1 |
2 similar comments
+1 |
+1 |
@paulyoder Would be cool to have option to specify any element as "input" instead of searching for it automatically. It will solve ui-select or any other directive usage, that wraps |
+1 |
3 similar comments
+1 |
+1 |
+1 |
First, thank you very much for this great directive!
I try to use this with ui-select (https://github.com/angular-ui/ui-select). But I think there are conflicts and I'm not shure how to get it work. Also I'm not sure, if it's fixable in show-errors (maybe it must be "fixed" in ui-select?).
With this plunker (http://plnkr.co/edit/PRsXlYuJfrP46FhC5O0s?p=preview) you can reproduce the following:
show-errors-reset
) -> there is still an error indicator on the select (please notice: this is a different one of ui-select -> conflict?)Do you know a way to fix this? I already tried to "override" the ui-select style. Look at this hack:
Obviously show-error isn't able to set the border-color, anymore.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: