kopia lustrzana https://github.com/shoelace-style/shoelace
remove clearable
rodzic
29b149cd26
commit
ce12020fca
|
@ -11,12 +11,7 @@
|
||||||
const searchBox = document.createElement('div');
|
const searchBox = document.createElement('div');
|
||||||
searchBox.classList.add('search-box');
|
searchBox.classList.add('search-box');
|
||||||
searchBox.innerHTML = `
|
searchBox.innerHTML = `
|
||||||
<sl-input
|
<sl-input type="search" placeholder="Search" pill>
|
||||||
type="search"
|
|
||||||
placeholder="Search"
|
|
||||||
clearable
|
|
||||||
pill
|
|
||||||
>
|
|
||||||
<sl-icon slot="prefix" name="search"></sl-icon>
|
<sl-icon slot="prefix" name="search"></sl-icon>
|
||||||
<kbd slot="suffix" title="Press / to search">/</kbd>
|
<kbd slot="suffix" title="Press / to search">/</kbd>
|
||||||
</sl-input>
|
</sl-input>
|
||||||
|
|
Ładowanie…
Reference in New Issue