for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ngtfkx\Laradeck\FormBuilder\Elements\Area;
use Ngtfkx\Laradeck\FormBuilder\Elements\BaseAreaElement;
class Textarea extends BaseAreaElement
{
protected $valueAsAttribute = false;
public function tag(): void
$this->tag = 'textarea';
}