removeOption (Client API reference)

Removes an option from a control.

Control types supported

choice, choices

Syntax

formContext.getControl(arg).removeOption(value);

Parameters

Name Type Required Description
value Number Yes The value of the option you want to remove.

addOption
clearOptions