(optionName)
| 100 | } |
| 101 | |
| 102 | export function getOptionEl(optionName) { |
| 103 | return document.querySelector(`*[name="${optionName}"]`); |
| 104 | } |
| 105 | |
| 106 | // Invoked when the user clicks the "reset" button next to an option's text field. |
| 107 | function resetInputValue(event) { |
no outgoing calls
no test coverage detected