Skip to content

Commit

Permalink
Fixes for inconsistent dropdown experiences in Player and Experiences…
Browse files Browse the repository at this point in the history
… components
  • Loading branch information
hngrylobster committed May 4, 2023
1 parent fff5121 commit 137ee8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
});

accountSelector.addEventListener('coral-select:showitems', function(event) {
accountSelector.items.clear();
//accountSelector.items.clear();
if (accountSelector.items.length == 0) {
$.getJSON("/bin/brightcove/accounts.json").done(function(data) {
var accounts = data.accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Brightcove Experience Selector"
sling:resourceType="cq/gui/components/authoring/dialog">
Expand All @@ -25,6 +25,7 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
fieldDescription=""
granite:class="brightcove-dialog-experiences-account-dropdown"
fieldLabel="Account:"
name="./account">
</account>
Expand Down

0 comments on commit 137ee8f

Please sign in to comment.