We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried: const button = html<d2l-button disabled disabledTooltip="string">My Button</d2l-button>;
<d2l-button disabled disabledTooltip="string">My Button</d2l-button>
Also tried disabled-tooltip from here: https://daylight.d2l.dev/components/button/#d2l-button : const button = html<d2l-button disabled disabled-tooltip="string">My Button</d2l-button>;
<d2l-button disabled disabled-tooltip="string">My Button</d2l-button>
The text was updated successfully, but these errors were encountered:
Hmmm... seems to work when I try it in both the core demo page as well as the Daylight demo page. 🤔
Sorry, something went wrong.
I'm using the CDN version, maybe this is what's causing the issue: import 'https://s.brightspace.com/lib/bsi/20.21.5-233/unbundled/button.js';
The feature was introduced to core in v1.137.0, but the version of BSI you are referencing uses an earlier version of core (v1.128.0).
No branches or pull requests
Tried:
const button = html
<d2l-button disabled disabledTooltip="string">My Button</d2l-button>
;Also tried disabled-tooltip from here: https://daylight.d2l.dev/components/button/#d2l-button :
const button = html
<d2l-button disabled disabled-tooltip="string">My Button</d2l-button>
;The text was updated successfully, but these errors were encountered: