mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1467 allow default value in textarea extra vars
This commit is contained in:
parent
d237d9aabb
commit
f81c296a90
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
@required(toBool($definition->is_required))
|
||||
@disabled(toBool($definition->is_disabled))
|
||||
@readonly(toBool($definition->is_readonly))
|
||||
rows="8" cols="42">{{ $value }}</textarea>
|
||||
rows="8" cols="42">{{ $value !== null ? $value : $definition->getDefaultValue() }}</textarea>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue