Set initial form value to ""
This commit is contained in:
parent
4807fd039b
commit
1bf89ec64c
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ export class BetterSelect extends HTMLElement {
|
|||
</dialog>
|
||||
`
|
||||
this.shadowRoot.adoptedStyleSheets = [BetterSelect.styleSheet]
|
||||
this.#internals.setFormValue("", "")
|
||||
|
||||
this.tabIndex = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue