mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix all checkboxes being required in extra vars form
This commit is contained in:
parent
e15c913b21
commit
04f5ecbf41
1 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@
|
|||
id="{{ $tempid }}" value="{{ $v }}"
|
||||
style="{{ $definition->style }}"|if="$definition->style"
|
||||
@checked($is_checked)
|
||||
@required(toBool($definition->is_required))
|
||||
@disabled(toBool($definition->is_disabled))
|
||||
@readonly(toBool($definition->is_readonly))
|
||||
/> {{ $v }}
|
||||
|
|
@ -31,7 +30,6 @@
|
|||
id="{{ $tempid }}" class="{{ $type }}" value="{{ $v }}"
|
||||
style="{{ $definition->style }}"|if="$definition->style"
|
||||
@checked($is_checked)
|
||||
@required(toBool($definition->is_required))
|
||||
@disabled(toBool($definition->is_disabled))
|
||||
@readonly(toBool($definition->is_readonly))
|
||||
/><label for="{{ $tempid }}">{{ $v }}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue