I have some situation like this:
InputField[Dynamic[ww]]
Button["ok", ww = RandomReal[]]
Where the output of computation is feeded back into InputField line but because computation is done with high precision the Field's line is flooded with digits, but I need it to display some approximate value. NumberForm doesn't seem to work here.