undefineds

This commit is contained in:
Henry Jameson 2026-08-04 20:33:19 +03:00
commit f16e19d2b2
16 changed files with 25 additions and 25 deletions

View file

@ -11,7 +11,7 @@
{{ label }}
</label>
<input
v-if="typeof fallback !== 'undefined'"
v-if="fallback !== undefined"
:id="name + '-o'"
:aria-labelledby="name + '-label'"
class="input -checkbox opt visible-for-screenreader-only"
@ -20,7 +20,7 @@
@change="$emit('update:modelValue', !present ? fallback : undefined)"
>
<label
v-if="typeof fallback !== 'undefined'"
v-if="fallback !== undefined"
class="opt-l"
:for="name + '-o'"
:aria-hidden="true"