Zachary Leighton
Zachary Leighton
Just a thought, it might be nice to have an enable/disable flag per route object. Rather than having to inject/build the urls, you could easily turn on or off certain...
@patrickhulce you could do it that way, but by having it along with the friendly name, it'd be easy to differentiate between partial and full builds. With this you could...
> Sorry, my question was ill-specified. Let's take a step back. > > > With this you could perhaps mark it as such on the lhci server as a partial...
The code actually has the hook for this, there's (as you mentioned) a method called: `setFinalTextValue` which if passes its internal validation calls: `emitChange`. The body of this method is...
@albay13 there’s a PR waiting with the feature, so we’ll have to wait for the maintainer. Or you can fork it and use the code in the PR.
If accepted I'll update the docs as well
@logaretm - is there something I can do to help with making this a reality? If there's some reason you would not want this, please let me know why so...
> If accepted I'll update the docs as well Updated this as well, let me know if it needs anything else.
> Amazing, thank you for addressing my nitpicks 😛 > > Thanks a lot for this, merging right away and will tag a release once another PR is merged. I'm...
I'm going to attempt to implement this myself, it looks like this would just be an option to the constructor and then it'd be passed down through all calls to...