feat(Select): Allow to limit rendered selected options to prevent crahes or overflows #25
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.
|