The NumericFilter controller makes it possible to create a numeric filter.
NumericFilter
Example: numeric-filter.fn.tsx
Clears the current filter.
Disables the filter. I.e., prevents it from filtering results.
Enables the filter. I.e., undoes the effects of disable.
disable
Updates the selected range.
The numeric range.
Whether the range is valid.
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
The state of the NumericFilter controller.
The
NumericFilter
controller makes it possible to create a numeric filter.Example: numeric-filter.fn.tsx