Textarea component disabled option added
This commit is contained in:
parent
3907325c8f
commit
892d445d80
@ -48,6 +48,9 @@
|
|||||||
value="{!! $value !!}"
|
value="{!! $value !!}"
|
||||||
placeholder="{{ $placeholder }}"
|
placeholder="{{ $placeholder }}"
|
||||||
rows="{{ $rows }}"
|
rows="{{ $rows }}"
|
||||||
|
@if (isset($attributes['v-disabled']) || isset($attributes['v-bind: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