FlowFuse / forge-ui-components

Set of FlowForge-themed VueJS components that can be used in any FlowForge web applications.
Apache License 2.0
3 stars 1 forks source link

Handle `null` during data-table search #89

Closed Pezmc closed 1 year ago

Pezmc commented 1 year ago

Addresses two bugs introduced in https://github.com/flowforge/forge-ui-components/pull/85

This also introduces the first fully mounted component test. The test simulates user rather than programatic interaction with this component, and represents the real world use case better. The majority of the existing unit tests calling the components methods and computed properties directly, will become the responsibility of the search/filter service when this is introduced (see description in #85).