fix(select): label property added to bl-select-option to fix #764 #281
pull-request-next.yml
on: pull_request
verify
/
verify
1m 34s
chromatic
/
publish
Annotations
7 errors and 1 warning
verify / verify:
src/components/select/bl-select.ts#L311
Replace `item·=>·html`<li>${item.getAttribute('option-label')·||·item.textContent}</li>`` with `⏎········item·=>·html`<li>${item.getAttribute("option-label")·||·item.textContent}</li>`⏎······`
|
verify / verify:
src/components/select/bl-select.ts#L311
Strings must use doublequote
|
verify / verify:
src/components/select/option/bl-select-option.ts#L29
Replace `'option-label'` with `"option-label"`
|
verify / verify:
src/components/select/option/bl-select-option.ts#L29
Strings must use doublequote
|
verify / verify:
src/components/select/option/bl-select-option.ts#L30
Replace `''` with `""`
|
verify / verify:
src/components/select/option/bl-select-option.ts#L30
Strings must use doublequote
|
verify / verify
Process completed with exit code 1.
|
verify / verify
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|