Can you have the ability of a user to remove dropdown options from a dropdown? I have it to where a user would create units but if they happen to mess up the spelling how can I have them modify the option on the dropdown?
Can you post more details, screenshots, code, about how your dropdown is currently working?
Sorry about that!
Right now I have it to where the user can create an option:
But I also what to give the user the ability to remove units if they are incorrectly spelled
One thing you might try is make a checkbox below the dropdown that populates as the options get made. Then script each options checkbox so that on selection it removes that option from the dropdown and the checkboxes. You should be able to change the checkbox icon and I'm pretty sure there is an X icon.

