react-select disable css 추가

This commit is contained in:
김창수 2025-02-12 09:33:00 +09:00
parent 7d286576d5
commit 2df77dc0ae
2 changed files with 5 additions and 2 deletions

View File

@ -68,7 +68,7 @@ const CustomOption = (props) => {
isClearable={true}
menuPlacement={'auto'}
components={{Option: CustomOption}}
// isDisabled={true}
isDisabled={true}
/>
)
}

View File

@ -946,7 +946,10 @@ input[type=number] {
color: #999999;
}
}
.css-tfygzr{
visibility: visible !important;
color: #999 !important;
}
}
// toggle