Skip to content

Resolve "placeholders should go away on filter"

Brendan Berkley requested to merge 161-remove-placeholder-on-filter into dev

Closes #161 (closed)

Simple thing, just adds another condition.

I wonder if we should move this logic into the component.ts file? When there are so many conditions it's hard to follow in the template; if it was in the TS file it could be annotated. Not a big deal though.

Merge request reports