ngbolt / ng-bolt

Front-end framework built on AngularJS for rapid development of responsive web applications.
https://ngbolt.github.io
Other
4 stars 2 forks source link

autofocus attribute causes chaos on the select dropdown #30

Closed jrh418 closed 7 years ago

jrh418 commented 7 years ago

If you create a blt-dropdown (type: select) and set the autofocus, it will cause a nested repeat.

ctrl.options = { "foo": "Foo", "bar": "Bar, "foobar": "Foo Bar"}

Should Produce:

With the autofocus, will produce:

theJuddson commented 7 years ago

This issue is being resolved by the refactoring effort in issue #49.