[StepsDropdown] Fix StepsDropdown
Changes
- StagesDropdown renamed to StepsDropdown (I assume it was a translation inconsistency)
- StepsDropdown is now a select
- StepsDropdown component added to SearchResults
- SearchResults now filters using FilteredFeatures, for consistency with other components
- General code simplifications
Changes #Ajustes/US06 - Ajustar dropdown
Change Type
- Bug fix (Not breaking change that fixes a bug)
How were the changes tested?
- Tested using Chrome developer tools and local back-end
Checklist:
- My code follows the defined guidelines
- I reviewed my code
- My changes don't cause new warnings
- My code has relevant tests
- My unit tests are passing