Skip to content

feat(Select): Allow to limit rendered selected options to prevent crahes or overflows #25

feat(Select): Allow to limit rendered selected options to prevent crahes or overflows

feat(Select): Allow to limit rendered selected options to prevent crahes or overflows #25

Triggered via pull request January 29, 2025 09:40
Status Failure
Total duration 48s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build
Process completed with exit code 1.
test: src/components/Select.vue#L52
Insert `⏎········`
test: src/components/Select.vue#L53
Replace `·name="truncated-options"·:number="selectedValue.length·-·limitSelected"` with `⏎············name="truncated-options"⏎············:number="selectedValue.length·-·limitSelected"⏎··········`
test: src/components/Select.vue#L55
Replace `selectedValue.length·-·limitSelected` with `⏎················selectedValue.length·-·limitSelected⏎··············`
test: src/components/Select.vue#L56
Replace `selectedValue.length·-·limitSelected}·other·selected·entries`"` with `⏎················selectedValue.length·-·limitSelected⏎··············}·other·selected·entries`"⏎············`
test: src/components/Select.vue#L60
Insert `··`
test: src/components/Select.vue#L235
Delete `·`
test: src/components/Select.vue#L239
Delete `··`
test: src/components/Select.vue#L826
Replace `·this.selectedValue.length·===·this.limitSelected·+·1·?·this.limitSelected·+·1` with `⏎········this.selectedValue.length·===·this.limitSelected·+·1⏎··········?·this.limitSelected·+·1⏎·········`
test: src/components/Select.vue#L827
Replace `·?·this.selectedValue·:··this.selectedValue.slice(0,·Math.min(this.selectedValue.length,·limit)` with `⏎········?·this.selectedValue⏎········:·this.selectedValue.slice(⏎············0,⏎············Math.min(this.selectedValue.length,·limit)⏎··········`
test
Process completed with exit code 1.