Closed nicoespeon closed 8 years ago
When you type a date, data gets refresh between 2 keyboard strokes, which is not desired and make it lag.
2 possible solutions:
update
mouseout
Note:Â test .debounce(500) instead of focusout > better UX
.debounce(500)
focusout
When you type a date, data gets refresh between 2 keyboard strokes, which is not desired and make it lag.
2 possible solutions:
update
one (kind of amouseout
event)