[]
        
(Showing Draft Content)

Wijmo_Input

wijmo.input Module

Defines input controls for strings, numbers, dates, times, and colors.

Type aliases

CustomFilterCallback

CustomFilterCallback: Object

Represents a custom filter function used by AutoComplete and MultiSelectListBox.

param

The data item to test.

param

The current search query string.

param

The display text (after displayMemberPath processing).

returns

true to include the item in the filtered results, false to exclude it.

CustomHighlightCallback

CustomHighlightCallback: Object

Represents a custom highlight function used by AutoComplete.

param

The data item being displayed.

param

The current search query string.

param

The display text (after displayMemberPath processing).

returns

An HTML string with highlighted portions wrapped in highlight spans.

Security Note: Escape user input with escapeHtml to prevent XSS attacks.