Server-side update for el_input(). Sends a custom message to update
named fields on the Vue instance.
Usage
update_el_input(
session,
id,
value = NULL,
placeholder = NULL,
disabled = NULL,
readonly = NULL,
type = NULL,
size = NULL,
clearable = NULL,
show_password = NULL
)