Paul Maillardet

Results 6 comments of Paul Maillardet

Hi! In the same manner, the bug appears on the `Combobox` component. It would be great to be able to override the `id` prop of those components (I mean `Tooltip`...

Hi! I'm facing the same problem here, after having updated to version `0.0.18`. Here is a screenshot of the Vue devTools on the component, showing that items are in component'...

Hi @alexcode! I've just edited the fiddle: https://jsfiddle.net/2gp9dokz/2/ It seems that the bug occurs when we differ the fetch of items. If you un-comment the `settimeout` on lines 15 and...

Hi @egoist ! Any chance to have this little PR reviewed and merged? I really need this improvement... Or, can you please tell us if this lib is dead? Thanks...

I think this is more likely a bug than a feature-request (at least, only the part about the `onSelect` prop). Indeed, it seems that props prefixed with `on` are not...

Thanks @jrtitus, but I really think my JSX is very valid! It's just another way of writing components, without the need of a template, by using the `render()` method of...