1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Merge pull request #2679 from appwrite/fix-ui-boolean-attribute

fix: ui boolean default values
This commit is contained in:
Torsten Dittmann 2022-01-31 11:11:43 +01:00 committed by GitHub
commit cac87c27e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -883,7 +883,7 @@ $logs = $this->getParam('logs', null);
<input name="xdefault" class="button switch" type="checkbox" />
</template>
<template x-if="(array || required)">
<input name="xdefault" class="button switch" type="checkbox" disabled />
<input name="" class="button switch" type="checkbox" disabled />
</template>
&nbsp; Default Value <span class="tooltip" data-tooltip="Whether this attribute is set to true or false on creation"><i class="icon-info-circled"></i></span>
</div>