name = $name; $this->label = $label; $this->required = $required; $this->withActionBtn = $withActionBtn; $this->isCopyUsername = $isCopyUsername; $this->loading = $loading; } public function updatedValue() { $this->dispatch('inputChanged', $this->value); } public function render() { return view('livewire.input-form'); } }