More cleanup
This commit is contained in:
@ -380,7 +380,7 @@ export class DynamicTableFormElement extends LivechatElement {
|
||||
/>
|
||||
${(propertySchema.datalist)
|
||||
? html`<datalist id=${inputId + '-datalist'}>
|
||||
${(propertySchema.datalist ?? []).map((value) => html`<option value=${value} />`)}
|
||||
${(propertySchema.datalist ?? []).map((value) => html`<option value=${value}>`)}
|
||||
</datalist>`
|
||||
: nothing}
|
||||
`
|
||||
|
Reference in New Issue
Block a user