name = $name; $this->label = $label; $this->required = $required; $this->onCountText = $onCountText; $this->charsperpage = $charsperpage; $this->hasIcon = $hasIcon; } public function updatedValue() { $this->dispatch('textAreaChanged', $this->value); } public function render() { return view('livewire.input-text-area'); } }