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