Mev-Rael
Mev-Rael
Hi @missmatsuko I hope you are well. Thank you for your feedback. Looks like classLabel is not used at all because I never had a use case where you would...
I understand that, however, there is no web standard for this case. classLabel is not used at all anymore. How do you see this could work?
Thank you for bug report. As I see per code, minLength and maxLength validators do not check if input is empty. I will update code in coming days. For now...
Hi @francosalcedo I am very sorry for delay and I do believe you solved you problem by adjusting code manually, however, I would appreciate if you could do a simple...
Sorry for delay and thanks for submitting a bug report. Nothing critical here and PRs always welcome :)
Hi @andtankian I believe you are well. The first docs for BunnyJS are Web Standards. You can check if form is valid with native `form.checkValidity()` and you can listen for...
Thank you for notes. Well, I suppose easiest option in that case would be to add onSubmit(form, promise / callback) method into Validation component and adjust init(). If it's a...
I suppose apart from Babel Polyfill you also have to transpile ES6 syntax into ES5 for IE11. You might use Laravel Mix, assets-builder or Webpack for that.
Same problem. Can't get response data in fetch() in middleware. It just loads forever without any errors. Line `response.json()` causes the issue. Everything is the latest version.
+1, same on Windows 10 for me. In any OS URLs should always have only forward slash "/". Anyway I don't see any advantages of using custom functions when you...