Skip to content

Commit

Permalink
APP-6256: allow searchable select to flip if needed (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Sep 17, 2024
1 parent 85feb0b commit 643b731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.150",
"version": "0.0.151",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/lib/select/searchable-select.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ const handleKeydown = createHandleKey({
offset={4}
referenceElement={inputElement}
size={matchWidth}
flip={{}}
auto
>
<ul
Expand Down

0 comments on commit 643b731

Please sign in to comment.