-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation pipeline
-
None
-
2
-
Iteration Brontosaurus
-
Not Needed
Problem Statement/Rationale
Current implementation of CustomCombobox component takes in a string list as props for options and then internally maps that list to Option component. This restricts our ability to modify Option component individually.
In this refactor we would like modify the component in a way that it takes the options list as children. Similar to how the Combobox component currently works.
Steps to Reproduce
How could an engineer replicate the issue you’re reporting?
Expected Results
What do you expect to happen?
Actual Results
What do you observe is happening?
Additional Notes
Any additional information that may be useful to include.