paprel-account-select
Grouped account <select> used inside paprel-journal-editor and usable standalone anywhere you need an account picker.
Usage
HTML
<paprel-account-select label="Account" value=""></paprel-account-select>
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
value | string | "" | Selected account ID |
label | string | "" | Field label |
compact | boolean | false | Reduced padding for dense line grids |
Events
| Event | Detail | Description |
|---|---|---|
account-change | { accountId: string } | Fired when the user selects an account |
Methods
| Method | Description |
|---|---|
refresh() | Reload account catalog (async) |
Permissions
Requires accounting:account-list on the App Connect token.
Related
- Journal editor — embeds this picker per line
- Chart of accounts