Only mark fields as error when ok has been clicked
Some fields throughout the app are marked as error, even before the user has typed something.
That shouldn't be like that.
Nothing typed yet -> No error
Nothing typed, press ok -> error
Field has error, typed something -> error vanishes
Field is incorrect, no ok clicked -> no error
Field is incorrect, ok clicked -> error