bug
When goNextPageAutomatic is true, sometimes the field validation error (for required) will show up before the user enters anything in the field.
The field validation should happen after user input
Set goNextPageAutomatic to be true,
One question per page (that's my current setting, not sure if this is related)
Tested page URL:
https://surveyjs.io/published?id=cddefda3-d450-4804-ac3b-274898e09212
It happens to both my local copy (without using service) and the service version.
Test code
your_code_here
@yidan I have created a pnkr example with your survey.
Could you please provide an instruction how to reproduce the issue?
I have just tried it and everything works as expected.
Thank you,
Andrew
@andrewtelnov Hi Andrew, could you try a few more times? I happened to me in the plnkr example. After hitting the Next button and going to this page, before I enter anything, the error message shows up.

Appreciate your help!
@yidan Yes, I was able to reproduce it in MS Edge. It works fine in Chrome and other browsers.
We will work on the fix.
Thank you,
Andrew
@andrewtelnov Thanks Andrew. It does not work in Chrome for me, either. I'm on Chrome 68.0.3440.106 (Official Build) (64-bit), Mac OS X.
@yidan I beleive I have fixed the issue with my last commit. The fix will be available in the next minor update.
Thank you,
Andrew
@andrewtelnov Thanks Andrew! Looking forward to the update :)