Maney formGroup required feature fixed.
This commit is contained in:
parent
c1486f6ee6
commit
3c8db9a810
@ -1,8 +1,8 @@
|
||||
@stack($name . '_input_start')
|
||||
|
||||
<akaunting-money :col="'{{ $col }}'"
|
||||
@if (isset($attributes['readonly']))
|
||||
:required="{{ $attributes['required'] }}"
|
||||
@if (isset($attributes['required']))
|
||||
:required="{{ ($attributes['required']) ? 'true' : 'false' }}"
|
||||
@endif
|
||||
|
||||
@if (isset($attributes['readonly']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user