You can simply pass extra attributes of textarea
element as an array to third argument of Form::textarea
method:
{!! Form::textarea('keterangan', null, ['id' => 'keterangan', 'rows' => 4, 'cols' => 54, 'style' => 'resize:none']) !!}
psycho3069 liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community