feature/IO-3497-Ant-Design-v5-to-v6 - Update

This commit is contained in:
Dave
2026-01-12 13:06:10 -05:00
parent 766848989d
commit a0ae6a30a9
21 changed files with 86 additions and 79 deletions

View File

@@ -9,12 +9,13 @@ const EmployeeSearchSelectEmail = ({ options, ...props }) => {
return (
<Select
showSearch
showSearch={{
optionFilterProp: "search"
}}
// value={option}
style={{
width: 400
}}
optionFilterProp="search"
{...props}
>
{options

View File

@@ -9,12 +9,13 @@ const EmployeeSearchSelect = ({ options, showEmail, ...props }) => {
return (
<Select
showSearch
showSearch={{
optionFilterProp: "search"
}}
// value={option}
style={{
width: 400
}}
optionFilterProp="search"
{...props}
>
{options