mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-13 05:48:53 +02:00
fix multiselect convertor
This commit is contained in:
@@ -123,7 +123,7 @@ export default function MultiSelect({
|
||||
if (dataGridRef?.current?.selectCell)
|
||||
dataGridRef.current.selectCell({ rowIdx, idx: column.idx });
|
||||
};
|
||||
if (typeof value === "string" && value !== "")
|
||||
if (typeof value === "string" && value !== "" && !isSingle)
|
||||
return <ConvertStringToArray value={value} onSubmit={onSubmit} />;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user