Skip to content

Commit

Permalink
fix(Input): hide wrapper when type is hidden (#1797)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
  • Loading branch information
eduardo-faith and benjamincanac authored Jun 11, 2024
1 parent 1d5bd89 commit e7c2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/Input.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div :class="ui.wrapper">
<div :class="(type === 'hidden') ? 'hidden' : ui.wrapper">
<input
:id="inputId"
ref="input"
Expand Down

0 comments on commit e7c2f78

Please sign in to comment.