CrmUi - Fix crmSelect2 to work with ngOptions
authorColeman Watts <coleman@civicrm.org>
Wed, 10 Aug 2022 20:53:54 +0000 (16:53 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 10 Aug 2022 20:57:46 +0000 (16:57 -0400)
commit9b4979aa9f5b9377b52a1908d06dbe3cf153ccf0
treebf7f43489aa06601ff025890857ae07cb28b58b5
parentaf36aec567ff34f7140ca43b24d13581734a57cf
CrmUi - Fix crmSelect2 to work with ngOptions

As part of https://github.com/civicrm/civicrm-core/pull/23749 select elements using
ui-jq were switched to crm-ui-select, which should have been a drop-in replacement,
but it turns out it broke for widgets using ngOptions. This fixes it.

Fixes dev/core#3797
ang/crmUi.js