Dropdown Help With Options

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 radio group below the dropdown that populates as the options get made. Then script each options radio group so that on selection it removes that option from the dropdown and the radio group. You should be able to change the radio group icon and I'm pretty sure there is an X icon.

Yes, you can do so quite easily. Just make a delete button that when they push it, it reads the current dropdown list, removes the currently selected item, and writes the list back to the dropdown properties.

man, that's much more elegant then the half-baked idea I gave.