Support the ongoing development of Laravel.io →
Input Blade Forms
Last updated 1 year ago.
0

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

1

Sign in to participate in this thread!

Eventy

Your banner here too?

DCHN04 dchn04 Joined 4 Oct 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.