Skip to content

Commit

Permalink
矢印を非表示に
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 11, 2024
1 parent 5a46ef6 commit 689c85b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Base/BaseSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<SelectContent
class="SelectContent"
position="popper"
:sideOffset="4"
:collisionPadding="8"
:arrowPadding="16"
avoidCollisions
Expand All @@ -21,7 +20,8 @@
<SelectViewport>
<slot />
</SelectViewport>
<SelectArrow class="SelectArrow" />
<!-- Radix Vue側でエラーが発生するため一時的にコメントアウト -->
<!-- <SelectArrow class="SelectArrow" /> -->
</SelectContent>
</SelectPortal>
</SelectRoot>
Expand All @@ -33,7 +33,6 @@ import {
SelectPortal,
SelectRoot,
SelectIcon,
SelectArrow,
SelectTrigger,
SelectValue,
SelectViewport,
Expand Down

0 comments on commit 689c85b

Please sign in to comment.