fix: label prop not being passed to password input (#522)

Former-commit-id: 895017b28e
This commit is contained in:
Hayden 2023-07-31 06:08:35 -08:00 committed by GitHub
parent ef9a7cd811
commit e2dace75f4

View file

@ -1,6 +1,6 @@
<template>
<div class="relative">
<FormTextField v-model="value" placeholder="Password" label="Password" :type="inputType"> </FormTextField>
<FormTextField v-model="value" placeholder="Password" :label="label" :type="inputType"> </FormTextField>
<button
type="button"
class="inline-flex p-1 ml-1 justify-center mt-auto mb-3 tooltip absolute top-11 right-3"