Here is a basic example:
{InputField[Dynamic[x]], Dynamic[x]}
This code generates an input box with and dynamic display.

What is disturbing me is that when trying to enter some complex expressions, MMA automatically calculates and updates it in the input box. Is there any way to keep the expression in the input box remains unevaluated?
e.g. If I enter Exp[2.1]:

after I clicked somewhere else, the content of the input box turns into the result immediately, but I want the result to be displayed only beside the input box.

