Replies: 1 comment 3 replies
|
Currently, if you're not using one of the prebuilt menus such as You can set it yourself using the function onAudioGainChange(event) {
const hint = audioGainMenu.querySelector('[slot="hint"]');
hint.textContent = event.target.value;
} |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I wrote simple markup using docs for menu component:
But I can't find any API to set hint for
<div slot="hint">...</div>, is there any way to set hint?All reactions