(u3)
| 514 | return this.options.filter((F5) => F5.group === u3); |
| 515 | } |
| 516 | isGroupSelected(u3) { |
| 517 | return this.getGroupItems(u3).every((F5) => this.value.includes(F5.value)); |
| 518 | } |
| 519 | toggleValue() { |
| 520 | const u3 = this.options[this.cursor]; |
| 521 | if (u3.group === true) { |
no test coverage detected