Brian Javier
Brian Javier
Hello @mvorisek, I have attempted to implement this feature request in this [pull request](https://github.com/fomantic/Fomantic-UI/pull/3247). My implementation is a little bit different: it allows you to edit existing selected items, instead...
> Might I know what exactly you found confusing? > > I belive the editing should be done using the regular editing input/API to maintain the same look&feel. User should...
> What about using `contenteditable="plaintext-only"` instead of switching to an input field? This way the whole label stays visible as it is? @lubber-de I've tried doing that, but it seems...
> When a "selected value" (any selected value of dropdown multiple) is clicked, remove it from the values and replace the existing "search value" with the clicked one.  Okay,...
> I am not againts. However, I require any editing to allow regular search. Okay, I now understand. This indeed makes the current implementation of inline editing of the item...
 Source: https://fomantic-ui.com/modules/dropdown.html#pointing Just adding here what a submenu in downward pointing dropdown looks like. As you can see the submenu should still horizontally overlap. Only the vertical alignment should...
Hello again, I have tried fixing this issue. Please see my PR #3196 and let me know if you have any concerns. Thanks.
@thoughtsunificator I don't see the problem that you are describing. The screenshots that you have attached also do not match what you are describing. For starters, maybe you can submit...
Hello, I hope you don't mind, but I have tried my hand at fixing this issue. Please let me know if it is an acceptable approach. https://github.com/fomantic/Fomantic-UI/pull/3067