addOption method
Add a new option
to the multi select options and returns this instance.
Implementation
MultiSelectProp addOption(MultiSelectOption option) {
this.options.add(option);
return this;
}
Add a new option
to the multi select options and returns this instance.
MultiSelectProp addOption(MultiSelectOption option) {
this.options.add(option);
return this;
}