add some feature..

This commit is contained in:
Cüneyt Şentürk
2020-12-29 21:55:21 +03:00
parent 825b43d32c
commit 3cc602fd35
9 changed files with 130 additions and 12 deletions

View File

@@ -7,6 +7,10 @@
:form-classes="[{'has-error': form.errors.has('{{ $name }}') }]"
@endif
@if (!empty($attributes['money-class']))
money-class="{{ $attributes['money-class'] }}"
@endif
@if (isset($attributes['required']))
:required="{{ ($attributes['required']) ? 'true' : 'false' }}"
@endif