This restores an input value from the current restore context. It should be
called early on inside of input functions (like textInput()).
restoreInput(id, default)Name of the input value to restore.
A default value to use, if there's no value to restore.