Only inputs that are not in focus can be modified from the server side in Phoenix LiveView.

Description
When modifying form values in Phoenix LiveView, it is possible to modify the value of all form fields that are not in focus on the client side from the server side. It is not possi…