James Dawson
James Dawson
This doubles the console messages, but you can currently just `console.warn` or `console.error` from within existing validators. ``` validator(value) { const isValid = !! if (!isValid) { console.warn(`${value} is not...
I too could only get gulp-babel to work by using the Babel 6 install as outlined in the readme: ``` $ npm install --save-dev gulp-babel@7 babel-core babel-preset-env ``` With this,...
@ccqgithub's solution worked for me, too... but I had to configure `setTimeout` to wait a second (second parameter). ``` Vue.mixin({ methods: { $ready(fn) { if (process.env.NODE_ENV === 'production') { return...
I'd like to add custom attributes/tags to optimize for Feedly. They require things like: - `` - `http://feedly.com/icon.svg` - `00FF00` [Source](https://blog.feedly.com/10-ways-to-optimize-your-feed-for-feedly/)
@drewbaker Thank you so much for this workaround.
I also just want to chime in and say that vue-formulate is looking pretty dang nifty overall. It’s a similar but superior system to one I've been working on for...
@justin-schroeder Just checked out `release/2.5.0`. This is a massive improvement. Thanks so much. This implementation differs from my description above, but it's potentially **better**. This implementation assigns `role="group` to the...
> The first rule for ARIA is "if you can use native HTML, then use native HTML". There is no compelling reason that I can see to use ARIA here....
I ran the tests. Results here. Not tested: JAWS, Android. https://codepen.io/aminimalanimal/pen/NqbXKX Overall, of modern browsers, iOS is the one that messes up what otherwise is pretty darn consistent support for...