Micha Pietsch

Results 7 comments of Micha Pietsch
trafficstars

I don't think this is a problem. I use custom errors e.g. to validate the availability of a username or email address. In this case it makes perfect sense that...

Sure, you're welcome! The Constraint API allows to setCustomValidity() to give a custom error message, e.g. "Username already taken" or you can pass an empty string to remove the custom...

Sorry, I clicked the wrong button 🙈

What about running the whole rendered html through a filter that moves all script tags to the bottom while keeping their order? I have such a solution working in Magento...

Is that article from 2013 still valid? BTW I liked the part where he writes: > I find this article depressing. > The situation is depressing and you should feel...

Hey, I found this and #37, since I was just thinking about all the basic "find your way" stuff, e.g. understanding error messages, or navigating a (framework) code base, debugging....

For conditionally showing content we used this workaround: Toggle visibilty (v-show) instead.