fix(Input): hide wrapper when type is hidden (#1797)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
eduardo-faith
2024-06-11 11:58:49 +02:00
committed by GitHub
parent 1d5bd89d58
commit e7c2f7856c

View File

@@ -1,5 +1,5 @@
<template>
<div :class="ui.wrapper">
<div :class="(type === 'hidden') ? 'hidden' : ui.wrapper">
<input
:id="inputId"
ref="input"