fix: label prop not being passed to password input

This commit is contained in:
Hayden 2023-07-31 09:02:41 -05:00
parent c5ae6b17f9
commit 4c99cb5d08
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -1,6 +1,6 @@
<template> <template>
<div class="relative"> <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 <button
type="button" type="button"
class="inline-flex p-1 ml-1 justify-center mt-auto mb-3 tooltip absolute top-11 right-3" class="inline-flex p-1 ml-1 justify-center mt-auto mb-3 tooltip absolute top-11 right-3"