I want this in a dropdown. On the right side, I need a dropdown in the same input, the user can select fixed or percentage. Also, there will be changes on the input left side.
I'll create a discount input component with the dropdown for selecting between fixed and percentage options as shown in the image.
The component I've created includes:
The component handles state changes when switching between discount types, updating the prefix icon accordingly. The input and dropdown are styled to appear as a single connected component, with the dropdown on the right side as requested.