We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f101cc commit 7619a45Copy full SHA for 7619a45
dev/select.html
@@ -69,7 +69,7 @@ <h2 class="heading">States</h2>
69
import { html, render } from 'lit';
70
71
document.querySelectorAll('vaadin-select').forEach((select) => {
72
- if ((select.id = 'custom')) {
+ if (select.id === 'custom') {
73
select.renderer = (root) => {
74
render(
75
html`
0 commit comments