Protected ReadonlyactivityOptionalapplyOptionalcontainerIf specified, this class will be used for the dropdown container.
By default, the dropdown container width is limited.
Protected ReadonlyeaOptionalfilterProtected ReadonlyfilterOptionalheaderA custom header name.
The filter name is used by default.
OptionallabelOptionalmodelProtected ReadonlyvalidationThe current text box value.
This may differ from the currently filtered value.
Custom validation rules can be added by referencing the view model. When adding custom validation rules, ensure that an empty value is allowed.
<!-- example.html -->
<list-text-filter component.ref="myTextFilter">...
// example.ts
class Example {
private myTextFilter: ListTextFilter;
private bind() {
this.validationRules
.on(this.myTextFilter)
.ensure("value")
...
}
}
OptionalnewValue: stringProtectedreset
Control that provides a standard text filter.