kopia lustrzana https://github.com/shoelace-style/shoelace
fix example
rodzic
a27fd4d2e9
commit
57c3d7009b
|
@ -17,8 +17,10 @@ QR codes are useful for providing small pieces of information to users who can q
|
||||||
const qrCode = container.querySelector('sl-qr-code');
|
const qrCode = container.querySelector('sl-qr-code');
|
||||||
const input = container.querySelector('sl-input');
|
const input = container.querySelector('sl-input');
|
||||||
|
|
||||||
input.value = qrCode.value;
|
customElements.whenDefined('sl-qr-code').then(() => {
|
||||||
input.addEventListener('sl-input', () => (qrCode.value = input.value));
|
input.value = qrCode.value;
|
||||||
|
input.addEventListener('sl-input', () => (qrCode.value = input.value));
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Ładowanie…
Reference in New Issue