+ 1
Required is not working in input and..
Required attribute isn't working in input. Its getting submitted without check. Is there a minlength attribute for inputs? I thought there was but not working in SL. https://code.sololearn.com/WW6N4Glczfqk/?ref=app
12 Respostas
+ 1
Change div to form tag with onsubmit="check(event)"
and button to input type="submit", delete the onclick event there.
Make sure the check(evt) event function includes evt.preventDefault();
+ 2
ES6 is supported on most of the our Sololearn users here. The reason why you cant run ES6 on Code Playground is you may use a old phone that not support ES6 on webview.
+ 1
Seems to work for me...
+ 1
preventDefault is to prevent the default action of form submission in which launch your browser to open new page.
+ 1
Thanks Calviղ. Appreciate your help.
Updated the webview. Seem I didn't update it in a while. Its working now..yayyy.. Thanks again calvin.
0
Calviղ onsubmit solved the problem but can you explain the preventDefault?
Also my browser launches every time I submit.. What to do with that?
0
And can you guys tell me why ES6 features and syntax isn't supported in playground. Every time I use them I get syntax error.
0
Janning⭐ 😢😢😢My phone doesn't seem to work with ES6. Whenever I tried to run newer codes from trending this happened.
I thought support for languages didn't depend on devices.
0
hallo guys whats a webview
0
thanks man
0
👍