Andre de Waard
Andre de Waard
Would like this also. I can create a 'select all' button with the 'before-list' slot but that will not really work when someone is searching inside the dropdown because i...
Changing `typeof message !== 'string'` to `!message` appears to be working for me. I use this for the same thing. A QA page. Copywriters can just add new QA's to...
Will this every be implemented?
Is this still the go to solution? which-collection hasn't been updated in 4 years
@ljharb it doesn't i know. it just doesn't have typescript support so unfortunately i cant use it.
@cmcleese did you found a solution for this? Edit: This seems to work for me, also for the vue-router composition api. ```ts let router: Router let i18n: I18n beforeEach(async() =>...
You can probably fix this by adding a 'class' prop to the component and handle the class yourself ```ts import { twMerge } from 'tailwind-merge'; import { computed, useAttrs }...
Same issue here, I have an object where you need to fill in a start and end time, i have a refine on the object that checks if the start_time...
> I like this pattern. A few thoughts: > > 1. I wouldn’t want to return bindings of state because then it can be mutated from elsewhere. I would expose...
Would be great if you can do something like this: ```js import { useModule } from 'vuex' import { value, computed } form 'vue'; export const itemsModule = () =>...