The standard textbox control has the ability to only update the output text property after a debounce delay controlled by the DelayOutput property.
This is important when performing searches as the user types to prevent events from being fired too frequently.
The standard textbox control has the ability to only update the output text property after a debounce delay controlled by the
DelayOutput
property. This is important when performing searches as the user types to prevent events from being fired too frequently.