While updating a form having textarea as input box, I am unable to show the value in textarea. Can anybody help me to find out the problem?
$form->field($model, 'registered_address_line1')->textarea(['rows' => 2, $seller->registered_address_line1])
Thanks