How to stop refreshing form input value in a polling component

What seems to be the problem:

I have a product list component for an online auction. Every product is a child component and i am showing latest price of product, how many users have bidded and favorited the product etc. Also there is a form input as a child component in every product component to bid for product.

I want to refresh the product list in every 5 seconds to show the latest prices of the products.

The problem is when i add polling for product list and when the user try to write a price in to the form input to bid the product it refreshes the input field because of the polling. How can i prevent the input field value refreshing?

Steps to Reproduce:

Are you using the latest version of Livewire:
yes