async_loader icon indicating copy to clipboard operation
async_loader copied to clipboard

Add ability to delay futures

Open chimon2000 opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Currently, delay must be wired up to the widget imperatively.

Describe the solution you'd like

Add delay property

  • If present, delays future until delay (in milliseconds) is reached.

Describe alternatives you've considered

N/A

Additional context

https://github.com/jxom/react-loads#delay https://github.com/ghengeveld/react-async

chimon2000 avatar Sep 20 '18 20:09 chimon2000