@inertiajs/react Version
2.0.17
Backend stack (optional)
Laravel 12.x
PHP 8.4
Describe the problem
When setting polling like usePoll(5000) and completing a form in the same page, the auto-completion of the browser gets closed when it renders after a poll again.

Steps to reproduce
- Set a usePoll(5000) in the page
- Have a text input that has auto completion
- Try to complete the input using browsers auto-completetion and wait for the next poll before you select any item