fix(core): update

This commit is contained in:
2024-01-15 12:57:49 +01:00
parent 2c34ec8b39
commit 554b72b075
9 changed files with 67 additions and 32 deletions

View File

@ -96,7 +96,7 @@ export class DeesInputMultitoggle extends DeesElement {
public async firstUpdated() {
if (this.type === 'boolean') {
this.options = [this.booleanTrueName || 'true', this.booleanFalseName];
this.options = [this.booleanTrueName || 'true', this.booleanFalseName || 'false'];
}
this.setIndicator();
}