Issue with my <oj-bind-text> element
Summary:
Hi,
In one of our recently upgraded VBCS application, the <oj-bind-text> element is throwing error and due to that, the buttons aren't working as expected.
The error below as follows:
If <oj-bind-text> is used as the direct child of <oj-menu-button>, then <oj-menu-button> may not reflect updates to the bound value unless the <oj-bind-text> is enclosed in a DOM element such as <div> or <span>.
I tried the <span> element in the button. In my case, the button type is a menu.
<span> <oj-bind-text value="[[ $application.variables.translations.app.FRM0421_BUTTON_TEXT_ACTIONS ]]"></oj-bind-text> </span>
But still the button is not working properly. Once I click the dropdown to see the list of actions, its not getting collapsed even if I click the button.