default

fun default()

Enforces the use of the default filter implementation.

Warning: Using this implementation with non-String item types is not recommended unless you can ensure their toString() method equals exactly what the user would type in the input field of the combobox.

In most cases, explicitly specifying a filter via FilterFunctionProperty.invoke is the recommended way!