commit
166b5e6038
@ -48,9 +48,7 @@
|
|||||||
value="{!! $value !!}"
|
value="{!! $value !!}"
|
||||||
placeholder="{{ $placeholder }}"
|
placeholder="{{ $placeholder }}"
|
||||||
rows="{{ $rows }}"
|
rows="{{ $rows }}"
|
||||||
@if (isset($attributes['v-disabled']) || isset($attributes['v-bind:disabled']))
|
:disabled="$disabled"
|
||||||
:disabled="isset($attributes['v-disabled']) ? $attributes['v-disabled'] : $attributes['v-bind:disabled']"
|
|
||||||
@endif
|
|
||||||
{{ $attributes->merge($custom_attributes) }}
|
{{ $attributes->merge($custom_attributes) }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user