-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the first version of air-layout #767
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really cool!
check submit behavior and prevent it, because now it's reloading page and changing url
I don't know why, but on my local host, all work nice. But when i deployed it, on mobile phone, after submitting the form, it don't want scroll to the top. It scroll to the top of the page, only if there is no anchor in url. I already code, that url cleans on load page, but all in vain. And some browsers may finish with 405 error when submitting the form, although in Safari on my phone and in Chrome all works nice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- don't reload the page on form submitting, just clear the form. check 15 option here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
DEMO LINK