Rob Brain

Results 12 comments of Rob Brain

I've made a pull request with the fix: https://github.com/SirLamer/click-confirm/pull/16 Hopefully @SirLamer sees it soon.

From what I can tell it stems from the watcher on `value` calling `updateTextOutside` ``` value: { handler(current) { if (typeof current !== 'string') { current = this.displayProperty(current) } this.updateTextOutside(current)...

You can easily create a fork for this. I've already done it so you can skip steps 1-3 but for the sake of education I included it. 1. Click "Fork"...

> No... I used to measure the available space then open above or below but that messed up the SSR users. > Might be a nice addition to pass this...

So nearly 4 years later I finally fixed this bug for myself with a rather hacky extend of the original. Basically you want to add this to `data()` ``` data()...

Maybe something could be added to the docs about how to make custom drivers or how to add them to the docs once one is made? I'd like to make...

Hey sorry not replying sooner. I realised later that you're reliant on Scout to only accept a string, but that this is pretty limiting. The `orderBy` syntax isn't documented in...

No worries, i'll look into it but might be beyond my skill level

@jasonbosco i'm not sure how that helps without an example. It seems like you would need the helper to call the searchFunction method rather than accessing the helper via it?...

@mpociot I'd be interesting in creating a package for discord (I need one for my current project) but i've not located a guide to creating drivers? Is there one or...