MCPcopy Index your code
hub / github.com/bugy/script-server / findSelectedOptions

Function findSelectedOptions

web-src/tests/unit/combobox_test.js:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 function findSelectedOptions() {
85 return comboBox.findAll('option').filter(option => option.element.selected);
86 }
87
88 function assertNoSelection() {
89 expect(comboBox.vm.value).toBeNull();

Callers 2

assertNoSelectionFunction · 0.85
combobox_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected