diff --git a/src/components/common/reactselect/ReactSelect.jsx b/src/components/common/reactselect/ReactSelect.jsx index 5fe8120..84a9a04 100644 --- a/src/components/common/reactselect/ReactSelect.jsx +++ b/src/components/common/reactselect/ReactSelect.jsx @@ -68,7 +68,7 @@ const CustomOption = (props) => { isClearable={true} menuPlacement={'auto'} components={{Option: CustomOption}} - // isDisabled={true} + isDisabled={true} /> ) } \ No newline at end of file diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index bb5ff10..eaccdcf 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -946,7 +946,10 @@ input[type=number] { color: #999999; } } - + .css-tfygzr{ + visibility: visible !important; + color: #999 !important; + } } // toggle