Skip to content

Commit 3138e1f

Browse files
committed
feat: enhance DUserInput to group suggestions by user
1 parent f286989 commit 3138e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/d-user/DUserInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export const DUserInput: React.FC<DUserInputProps> = (props) => {
2525
value: user.username || "",
2626
children: user.username,
2727
insertMode: "insert",
28-
valueData: user
28+
valueData: user,
29+
groupBy: "Users"
2930
}))
3031
}, [userStore])
3132

0 commit comments

Comments
 (0)