Dav3rs

Results 8 issues of Dav3rs

### Describe the bug This occurs just by adding the scrollable property when cell values are very different each others: ![image](https://user-images.githubusercontent.com/50024128/180228501-26a49e6a-0253-4f1b-978d-862ec6cc428c.png) Just by removing the "scrollable" property: ![image](https://user-images.githubusercontent.com/50024128/180228541-a64f4bae-7c0a-4d81-b93b-6f2574d2fab7.png) Check the...

Type: Bug
Resolution: Workaround

There are some breaking changes with vue 3 like `this.$listeners` that was removed. https://v3.vuejs.org/guide/migration/listeners-removed.html#overview

I think that this would be beautiful code and move reactivue to the next level :) ![image](https://user-images.githubusercontent.com/50024128/138563840-286793a0-d2a6-4df2-85c6-41cd397c0f67.png) Any other property present in the object could be statically injected instead of...

The quotation marks doesn't have color neither. VSC ![image](https://user-images.githubusercontent.com/50024128/103815183-f8567500-5030-11eb-8e56-39e4072d55a2.png) WebStorm ![image](https://user-images.githubusercontent.com/50024128/103815390-4f5c4a00-5031-11eb-9b82-284b86649135.png) Thanks, this is a nice theme to use in vscode.

Hook to track the loading state of async functions. ```ts const [fn, loading] = useLoading(fn) ``` Example: ```js function Button({ onClick, children }) { const [clickHandler, loading] = useLoading(onClick); return...

It would be good to have available a primeflex version that behave as a Tailwind Plugin, just like [DaisyUI](https://daisyui.com/) does. It would inject the custom utility classes that integrate perfectly...

discussion

### Describe the bug Hi, I have been having problems with what I assume is the maskinput, it has never happened to me nor have I been able to replicate...

Status: Needs Triage

### Describe the issue you're facing I notice that my page was crashing due to scripts being executed that have nothing to do with the current page content. It looks...

investigation
pending-author
pending-triage