formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

Angular v1.5x breaks select-ui integration. #707

Open alindberg opened 7 years ago

alindberg commented 7 years ago

I have been trying to integrate ui-select into my angular-formly application.

The example at http://jsbin.com/fuyiva/2/edit?html,js,output runs just fine on jsbin or copied to my local server. However If you simply change angluar from 1.4.7 as on the demo page to 1.5.8 (the latest) they application will break with the following console error message:

angular.js:13294Error: [ui.select:transcluded] http://errors.angularjs.org/1.5.8/ui.select/transcluded?p0=Expected%201%20.ui-select-match%20but%20got%20'%7B0%7D'.&p1=0

Thanks.

Alex Lindberg

alindberg commented 7 years ago

Updating the demo code to use 0.16.0 for ui-select fixed the issue running Angular 1.5.x

mail2vinay commented 7 years ago

Do we have any workaround to make it work in Angular 1.5x how to customize the theme of select-ui.

Thank you, Vinay

CodeLiftSleep commented 7 years ago

use nya-bootstrap-select it works fine

blowsie commented 7 years ago

https://github.com/formly-js/angular-formly/issues/441