dont show disabled option
This commit is contained in:
parent
05249215bd
commit
be64eb12aa
@ -5,3 +5,7 @@
|
|||||||
.text-input {
|
.text-input {
|
||||||
@apply border border-gray-300 rounded-lg focus:ring-2 focus:ring-orange-500 outline-orange-500 focus:border-orange-500 transition-colors;
|
@apply border border-gray-300 rounded-lg focus:ring-2 focus:ring-orange-500 outline-orange-500 focus:border-orange-500 transition-colors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option:disabled {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user