* Sets value by given option.
(option: IOption)
| 533 | * Sets value by given option. |
| 534 | */ |
| 535 | _setValueByOption(option: IOption) { |
| 536 | this.value = option.value || option.textContent || ""; |
| 537 | } |
| 538 | |
| 539 | _applyFocus() { |
| 540 | this.focus(); |
no outgoing calls
no test coverage detected