pull/1128/head
Cory LaViska 2023-01-12 09:34:41 -05:00
rodzic 1a68c825c0
commit 2e7ac38678
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -405,7 +405,7 @@ export default class SlSelect extends ShoelaceElement implements ShoelaceFormCon
allOptions.forEach(option => {
if (values.includes(option.value)) {
console.error(
`An option with duplicate values has been found in <sl-select>. All options must have unique values.`,
`An option with a duplicate value of "${option.value}" has been found in <sl-select>. All options must have unique values.`,
option
);
}