Matthias Dittgen

Results 19 comments of Matthias Dittgen

Pull request started end of 2019, now it's middle of 2021. Any news on this, why such a feature is not merged?

@barcovanrhijn I'll have a look at your suggestion soon and give you feedback afterwards. Thanks for the comment.

![iphone screenshot](https://user-images.githubusercontent.com/264769/67214373-f39fa400-f41f-11e9-9166-1d27befdd834.PNG) I have no clue yet how to do, but I could imagine that on a long touch down one could open another vue-touch-keyboard with the special char layout....

Sorry, but no updates. And I'm more into React and Svelte these days. ;)

in the meantime we can use `npm install --save-dev git+https://github.com/calebsander/vue-material-types.git` and use the definition from above more or less made available by @calebsander

> I didn't try this yet, but it seems to be the recommended path. It bothers me somewhat because it isn't integrated in the build system @Xananax, well I did....

@jaredpalmer this is a show stopper to me, any chance for a comment or advice?

@antonvialibri1 how did you solve your problem from August then? Downgrade React, patch/fork Formik, other workaround? Or does a switch to the legacy root api (https://github.com/reactwg/react-18/discussions/5) work out, until Formik...

Hi @antonvialibri1, thank you for your quick reply, but I don't get it. My use case is a react-select dropdown with a couple of options given from outside. Whenever options...

So can we conclude that compiling Svelte component as custom elements is using library mode but has no **export** but instead just **defines** a web component. And that's why there's...