xxxxxxxxxx
##use this attribute
i do not the issue but after adding
live
it start working but on documentation i did not find this
wire:model.live.debounce.500ms="searchInp"
<div>
<input wire:model.live="search" type="text" placeholder="Search" />
<p>Search: {{ $search }}</p>
</div>