Skip to content

Commit

Permalink
feat: onBlur when selecting an option suggester
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Mar 26, 2024
1 parent d7bba44 commit 3df38f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inseefr/lunatic",
"version": "3.0.0-rc.16",
"version": "3.0.0-rc.17",
"workersVersion": "0.3.0",
"description": "Library of questionnaire components",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/components/Suggester/Suggester.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export function Suggester({
);
}
}
onBlur();
return;
}
// User chose an arbitrary option or clear the value
Expand Down

0 comments on commit 3df38f6

Please sign in to comment.