mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove cols property
This commit is contained in:
parent
aa14cfe18d
commit
73e010434e
|
@ -1,11 +1,9 @@
|
||||||
@props([
|
@props([
|
||||||
'value' => '',
|
'value' => '',
|
||||||
'cols' => 50,
|
|
||||||
'rows' => 10,
|
'rows' => 10,
|
||||||
])
|
])
|
||||||
|
|
||||||
<textarea
|
<textarea
|
||||||
{{ $attributes->merge(['class' => 'form-control']) }}
|
{{ $attributes->merge(['class' => 'form-control']) }}
|
||||||
cols="{{ $cols }}"
|
|
||||||
rows="{{ $rows }}"
|
rows="{{ $rows }}"
|
||||||
>{{ $value }}</textarea>
|
>{{ $value }}</textarea>
|
||||||
|
|
Loading…
Reference in a new issue