Allow for the document create options to be opened on space/enter clicked (#2501)
allow for the document create options to be opened on space/enter clicked Co-authored-by: Nathaniel Nunes <n.nunes@clerkswell.com>
This commit is contained in:
@@ -176,7 +176,8 @@ export class UmbDocumentCreateOptionsModalElement extends UmbModalBaseElement<
|
|||||||
.alias=${this.localize.string(documentType.description ?? '')}
|
.alias=${this.localize.string(documentType.description ?? '')}
|
||||||
select-only
|
select-only
|
||||||
selectable
|
selectable
|
||||||
@selected=${() => this.#onSelectDocumentType(documentType.unique)}>
|
@selected=${() => this.#onSelectDocumentType(documentType.unique)}
|
||||||
|
@open=${() => this.#onSelectDocumentType(documentType.unique)}>
|
||||||
<umb-icon slot="icon" name=${documentType.icon || 'icon-circle-dotted'}></umb-icon>
|
<umb-icon slot="icon" name=${documentType.icon || 'icon-circle-dotted'}></umb-icon>
|
||||||
</uui-ref-node-document-type>
|
</uui-ref-node-document-type>
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user