name = $name; $this->label = $label; $this->required = $required; } public function updatedValue() { $this->dispatch('passwordChanged', $this->value); } public function render() { return view('livewire.input-password'); } }