Skip to content

Commit

Permalink
fix: force display none for HstRadio (fix #537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Gitlan committed Oct 21, 2023
1 parent 05bcd28 commit 6f34239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const animationEnabled = ref(false)
:name="`${value}-radio_${title}`"
:value="value"
:checked="value === modelValue"
class="htw-hidden"
class="!htw-hidden"
@change="selectOption(value)"
>
<label
Expand Down

0 comments on commit 6f34239

Please sign in to comment.