This PR fixes minor bugs on advanced filters : - We couldn't close the advanced filter dropdown after removing a rule, because the rule options dropdown wasn't closed, so focus dropdown id was in a corrupted state. - The text filter input in filter dropdown and the search input were the same component, which was causing conflicts with state management but this conflict didn't happen with the simple filter dropdown implementation, the advanced filter dropdown brought this bug to light. - The chevron down icon disappeared from the filter update button group, this PR fixes it. Fixes https://github.com/twentyhq/core-team-issues/issues/557 Fixes https://github.com/twentyhq/core-team-issues/issues/558
Run yarn dev while server running on port 3000