Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f74ec0a

Browse filesBrowse files
committed
fix: CInputCheckbox: always render even empty label in custom mode
1 parent 89c1f8b commit f74ec0a
Copy full SHA for f74ec0a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/components/form/CInputCheckbox.vue

Copy file name to clipboardExpand all lines: src/components/form/CInputCheckbox.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<template #label-after-input>
1818
<slot name="label">
19-
<label v-if="label" :for="safeId" :class="labelClasses">
19+
<label v-if="label || custom" :for="safeId" :class="labelClasses">
2020
{{label}}
2121
</label>
2222
</slot>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.