I'm using AppKit.NSSearchField
and need to delay search event while user is typing, for example to filter data after 2 sec.
I have added action from interface builder - 'On end editing', but it is called too often while typing . Is there any native way to increase delay time while user is typing?