Hello team,
We are working with electronic equipment and need to implement a dynamic product configuration flow.
The customer should first select a Bandwidth. Based on the selected bandwidth, a slider component should dynamically appear, allowing the customer to select a Frequency from the available frequencies associated with that specific bandwidth.
Once the frequency is selected, a Wattage option should become available, where the customer can choose one value from three predefined watt options.
This logic should be dependency-based (Bandwidth → Frequency → Wattage) and update dynamically on the frontend.
Is this type of conditional configuration supported natively, or would it require a custom implementation or an additional plugin?