Not able to select checkbox option of inline checkbox set
Summary
Not able to select checkbox option of inline checkbox setContent
Hi,
We are using checkboxset inside the menu button options. On UI screen, when i try to select any checkbox, it is not getting selected.
Below is the code for inline checkboxset :
<div class="oj-flex">
<div class="oj-flex-item">
<oj-menu-button id="oj-menu-button-1084591017-1">View
<oj-menu style="display:none;" slot="menu" id="oj-menu-1084591017-1">
<oj-option>columns
<oj-menu style="display:none;" id="oj-menu-1084591017-2" open-options.display="dropDown">
<oj-checkboxset id="checkboxSetId" labelled-by="mainlabelid" value="{{ $variables.TableColumn }}" slot="value" on-value-changed="[[$listeners.checkboxSetIdValue]]">
<oj-option id="image" value="Image">Image</oj-option>
<oj-option id="InvoiceNumber" value="InvoiceNumber">Invoice Number</oj-option>