Add support for disabled indicator

This commit is contained in:
Jeremy Stretch 2024-02-06 10:13:26 -05:00
parent 2f83a42a3d
commit 26e2acace6
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -11,6 +11,7 @@ export function initDynamicSelects(): void {
valueField: 'id',
labelField: 'display',
searchField: [],
disabledField: select.getAttribute('disabled-indicator') || undefined,
copyClassesToDropdown: false,
dropdownParent: 'body',
controlInput: '<input>',