
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Target branch: develop
Current behavior
The default behavior is that all KDropDownMenus are block elements, with no 100% reliable way of using them as inline elements.
Desired behavior
I want to be able to use it as an inline element, using a custom prop perhaps.
Value add
This will be beneficial for the Learner Facing QTI Interactions project that is about to start.
Especially for the inline question interaction type.
Possible tradeoffs
We can rebuild it using native <Select/> component but honestly I don't think this is a good idea as we'll have to go through the process of implementing a lot of things that already exist here.