You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
I'm currently having problems to show my placeholder, my default model is a empty object, and i need it that way. But ui select doesn't validate empty objects.
I'm currently having problems to show my placeholder, my default model is a empty object, and i need it that way. But ui select doesn't validate empty objects.
Here are the lines that validate that:
ui-select/dist/select.js
Lines 366 to 368 in 32829a3
A equals comparation would solve that
angular.equals(ctrl.selected, {})
and show the placeholder.The text was updated successfully, but these errors were encountered: