Jos Vos

Results 8 comments of Jos Vos

Hi. I'm using 2.2.0 (and I never used it before) and I see the following: * When using w/h="auto" I initially get a square box and when activated it resizes...

Using Accordion, I have no problems on Android, both on emulator and on device (even with dev mode enabled): items collapse smoothly. Using react-native 0.49.3 (natively, no Expo etc.), if...

AFAICS, the `container` prop expects a HTMLElement, not a Vue component that $refs.xxx is. BUT: I do not manage to pass such an element (as a quick test I did...

FWIW: I use a local copy now, in which I added a prop `containerSelector` (string) and in `mounted()` I do `containerElement = document.querySelector(this.containerSelector)`. That `containerElement` is then used as first...

Can't this be solved in the main package? I do not want to rely on third-party packages (for security and maintenance reasons), and this mqtt-browser does not keep up with...

@ilhamkukuh I came across the same problem after upgrading from axios 0.x to 1.x: to solve it just add ``headers: { 'Content-Type': 'multipart/form-data' }`` to the request config in your...

+1 here... ellipsis on just word boundaries and leaving (much) space unused after the ellipsis is not the right way, IMHO, at least not for small texts (e.g. labels in...

I came across the same problem. For whoever this may be useful: adding this to your nuxt.config.ts (inside `defineNuxtConfig`'s parameter object) disables the content watch, in case you don't really...