(react) add disable property to select option

Based on recent feedbacks, this feature was needed for consumer apps.

Resolve #60
This commit is contained in:
Nathan Vasse
2023-05-19 12:09:14 +02:00
committed by NathanVss
parent c11727976c
commit c93c8d2a2f
8 changed files with 119 additions and 14 deletions

View File

@@ -121,6 +121,11 @@
&--selected {
background-color: var(--c--components--forms-select--item-background-color--selected);
}
&--disabled {
color: var(--c--components--forms-select--item-color--disabled);
cursor: default;
}
}
}