mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
prettier
This commit is contained in:
@@ -874,8 +874,8 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {
|
||||
@blur=${this.handleBlur}
|
||||
/>
|
||||
|
||||
<!-- Tags need to wait for first hydration before populating. -->
|
||||
${this.multiple && this.updated ? html`<div part="tags" class="select__tags">${this.tags}</div>` : ''}
|
||||
<!-- Tags need to wait for first hydration before populating otherwise it will create a hydration mismatch. -->
|
||||
${this.multiple && this.hasUpdated ? html`<div part="tags" class="select__tags">${this.tags}</div>` : ''}
|
||||
|
||||
<input
|
||||
class="select__value-input"
|
||||
|
||||
Reference in New Issue
Block a user