Kael

Results 390 comments of Kael

We have considered rendering a v-dialog instead of a v-menu on mobile devices. I don't think we'd bother with a native select as most of the features wouldn't work any...

Sounds like you want #838, which was implemented for all inputs in v1.1. This issue is about UX, not how data is handled. > so I can support ajax file...

> File API if browser supports it https://caniuse.com/#search=FormData > you will need to write a huge ajax code with the props and data for it ```vue ... import axios from...

Not really, we don't support anything older than IE11 (and even then is a bit shoddy). But if you want to use vuetify for that then go ahead. And as...

Broken again by bc7d409407672a7bc756056b1b8ec1f9b88e262a

I don't see an SVG path string in the example you linked.

We're only using the new module system in v3 (`next` branch), v2 is stuck on sass 1.32 because the division changes aren't compatible with the way consumers were overriding variables...

GoogleChrome/workbox#3066

I'd also like to be able to tell the difference between `router.back()` vs the browser back button being pressed.