Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |