There is an option, PrintPrecision, that sets how many significant digits are shown in notebook output. Default 6. To change it globally one can use Preferences from the Edit menu:

Or in Option Inspector:

The option can also be set for individual instances of functions such as InputField:
InputField[0.123456789, BaseStyle -> {PrintPrecision -> 10}]