Huseyn Guliyev
Huseyn Guliyev
this will also help wit extra features like: * default values * better validation * constraints * etc...
This is currently the most missing feature. Not only this affects mobile devices but all kind of UI where touch is used. @mathuo #698 was supposed to address this, but...
@adarshdeep-ld will be great to add some description to this PR.
Also, would be very useful to be able to disable expand for selected rows, i.e. be able to pass a function which will decide to display or not display expand...
Hi Jos, yes we are on the same page here. > 1. Great idea to replace Webpack with something faster! 🚀 so if you are happy I will proceed and...
>I noticed that the browser bundle is bigger than the current bundle. Maybe related to what polyfills are included. I guess we can configure that similar to the current bundle....
Workaround replace `module.exports` with `export` in `preset.js` in `.node_modules/@storybook-vue/nuxt/preset.js` ``` // module.exports = require('./dist/preset.cjs') export * from './dist/preset.mjs'; ``` Also, `preset.js` should not be used at all, there is just...