Kirk Bushell

Results 77 comments of Kirk Bushell

haha, nevermind. Figured out what I was doing wrong.

Basically, swiping also triggers bottom/top - you need to make sure you ignore these. My code was waiting on a swipe, but didn't differentiate between the two. For your issue...

> I think I found a way of fixing this. It still rerenders when using a `` component but it looks like a Vue behavior. I need to check that...

^ I'm finding this as well. It'll work one day then the next it's broken, it seems fickle.

> Unfortunately it's a different approach at the same idea. > > If you want data driven vilidation, there ain't much else. > > The project is not dead, but...

Yup, there seems to be a bug with it not updating the state of the errors for validation, even though it's there. The docs are simply wrong currently.

So I found an interesting thing - externalResults errors go to $silentErrors. This isn't mentioned anywhere in the documentation. So you have to check boith $errors and $silentErrors (for reasons...

I think we might put this in the release for L5 rather than the current one, due to the config change (L5 requires a different approach to configuration anyway). @mitchellvanw...

@Supericy I'm not a big fan of that - we'd end up with conditionals every time a config file changes just to support previous versions, when all they'd need to...