J-Michalek
J-Michalek
**Is your feature request related to a problem? Please describe.** We were used to the input loosing focus after an option was selected and would like to have a way...
Using `Element` as the prop constructor should work just fine. The usage of `Function` constructor also causes Vue warnings, when an `Element` is provided as the value. This way there...
When using a generic type that extends boolean I find the interaction confusing. I am not 100% sure that this is a language-tools issues or rather Vue issue, but I...
I find it oddly specific and since I am using https://typescript-eslint.io/rules/explicit-function-return-type/ in my projects I have to explicitely say `false | void` instead of a simple boolean with it every...
Describe the bug or issue here… ##### Steps to Reproduce 1. Go to https://trix-editor.org/ 2. Delete all of the content 3. Paste the following code into the console and run...
### Describe the bug `UseBreakpointsReturn` claims that methods such as `greater` return a computed ref but in fact they return a plain ref from the `useMediaQuery` composable so the actual...
This is not in a mergeable state by any means as of now I just wanted to quickly create a proof of concept for this new feature of highlighting multiple...
When using scroll behavior of "smooth" the highlight rectangle might end up being misplaced when the scrolling occurs inside of a nested element. Capturing the event should catch the nested...
Provide better TS support by allowing the step type to be generic. In my project I extend the steps with extra properties and want it to be fully types within...