react-select disable css 추가
This commit is contained in:
parent
7d286576d5
commit
2df77dc0ae
@ -68,7 +68,7 @@ const CustomOption = (props) => {
|
||||
isClearable={true}
|
||||
menuPlacement={'auto'}
|
||||
components={{Option: CustomOption}}
|
||||
// isDisabled={true}
|
||||
isDisabled={true}
|
||||
/>
|
||||
)
|
||||
}
|
||||
@ -946,7 +946,10 @@ input[type=number] {
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
.css-tfygzr{
|
||||
visibility: visible !important;
|
||||
color: #999 !important;
|
||||
}
|
||||
}
|
||||
|
||||
// toggle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user