Skip to content

Commit

Permalink
feat(form-element-container): wrap format and hint in transition
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jan 4, 2023
1 parent 0d7a506 commit b7c273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/form-element-container-with-label.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
duration-200
ease-in
" @mousedown="onFocusRequest">Allowed values: {{ pattern }}</span>
</Transition>
<span v-if="showFormat" class="
<span v-if="showFormat" class="
absolute
cursor-text
-top-2
Expand All @@ -37,6 +36,7 @@
duration-200
ease-in
" @mousedown="onFocusRequest">Allowed format: {{ format }}</span>
</Transition>
</div>
<div :class="[isInvalid ? '' : 'pb-1']">
<slot />
Expand Down

0 comments on commit b7c273a

Please sign in to comment.