Input text with model is deleted in Microsoft Edge after key press

Hi, I am testing my code in Chrome, Firefox, Opera and Edge…
everything works fine in all but not in Edge

I have a simple input text with model, and the model is deleted after keyup, this bug is only in Edge

How can I solve it?

thanks…

public $usermessage;

public function mount()
{

$this->usermessage = '';

}

public function render()
{
return view(‘livewire.chat’);
}

in my blade

Hey, @quikitech

I’m not sure about your bug, But you can try to open an Issue in GitHub, Maybe someone can help you there or make a PR to the repository.