added search
parent
cdd2192274
commit
9e737e9732
|
@ -285,6 +285,7 @@ export function SelectComponent({
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"groupTasks.groupTypeSelectionModal.select.valuePlaceholder"
|
"groupTasks.groupTypeSelectionModal.select.valuePlaceholder"
|
||||||
)}
|
)}
|
||||||
|
showSearch
|
||||||
style={{ width: "100%" }}
|
style={{ width: "100%" }}
|
||||||
options={options.map((option) => {
|
options={options.map((option) => {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue