Au 2.0: [Feature Request] A delay property on the pending leg of a promise.bind

Hello Team,

The last few days, I’ve been working with the wonderful promise.bind!

It would be nice if, on the “pending” leg, we could supply a delay (in milliseconds). I tend to hold off showing a load indicator until 200 to 300 milliseconds have elapsed.

Or is there a way to do that now? I mean, I know I can explicitly implement this feature.

I was just wondering…

1 Like

You can do if.bind=true &debounce 200, or something like that so no need to declare anything in the view model

Oh, yeah, what am I thinking?! Sorry about that. Please disregard.