[]
Defines input controls for strings, numbers, dates, times, and colors.
Represents a custom filter function used by AutoComplete and MultiSelectListBox.
The data item to test.
The current search query string.
The display text (after displayMemberPath processing).
true to include the item in the filtered results, false to exclude it.
Represents a custom highlight function used by AutoComplete.
The data item being displayed.
An HTML string with highlighted portions wrapped in highlight spans.
Security Note: Escape user input with escapeHtml to prevent XSS attacks.
Defines input controls for strings, numbers, dates, times, and colors.