Closed ghiscoding closed 5 months ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.8%. Comparing base (
e942539
) to head (84fbd1b
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
skipCompoundOperatorFilterWithNullInput
it was only working the first time and if the user clicked on the input (or type something and then erases it), it no longer undefined and was no longer skipping null input like it should. So we simply need to compare against not justundefined
but also against empty string''
and if so then skip it filteringbelow is a demo of the small bug
after fix