Closed kb0pul closed 8 years ago
Hi @kb0pul, I'm sorry for the late response. I've just verified the bug, let me fix this in a minute. Thank you for reporting this. 👍
Check out the new release v1.4.3 with this fix. Thank you again tracing this issue and for reporting it.
I noticed that the drop down list always scrolls to the bottom of the drop down list when you open it. I am using single select mode, value-attr and label-attr properties for setup. Upon further investigating I got JS errors popping up after you delete a selection from the list. I traced the issue down to the scope.filterOptions function, and specifically the else block:
An if check for scope.selectedValues && scope.selectedValues[0] will eliminate the error, and also fixes the weird issue that the flyout is scrolled to the bottom when opened.