mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
add readonly for AccountBox (#2779)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
c62099243f
commit
c0f5d563f6
@ -26,6 +26,7 @@
|
||||
export let docQuery: DocumentQuery<Account> = {}
|
||||
export let kind: ButtonKind = 'no-border'
|
||||
export let size: ButtonSize = 'small'
|
||||
export let readonly = false
|
||||
|
||||
const query = createQuery()
|
||||
|
||||
@ -60,6 +61,7 @@
|
||||
{kind}
|
||||
{size}
|
||||
{label}
|
||||
{readonly}
|
||||
value={selectedEmp}
|
||||
on:change={change}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user