stuff with float labels in the edit shizz

This commit is contained in:
iamBadgers
2026-05-19 22:01:52 -07:00
parent 7255b9fe68
commit fef2be8631

View File

@@ -36,9 +36,18 @@
<template #title> Edit Details </template>
<template #content>
<div class="flex flex-column">
<InputText class="button-box" name="table_name" type="text" placeholder="Table Name" />
<InputText class="button-box" name="table_link" type="text" placeholder="Table Link" />
<Select class="button-box" name="version" :options="availableVersion"></Select>
<FloatLabel variant="on">
<InputText class="button-box" name="table_name" type="text" placeholder="Table Name" />
<label>Table Name</label>
</FloatLabel>
<FloatLabel variant="on">
<InputText class="button-box" name="table_link" type="text" placeholder="Table Link" />
<label>Table Link</label>
</FloatLabel>
<FloatLabel variant="on">
<Select class="button-box" name="version" :options="availableVersion"></Select>
<label>Table Link</label>
</FloatLabel>
</div>
</template>
<template #footer>
@@ -86,6 +95,7 @@ import Card from 'primevue/card'
import Chip from 'primevue/chip'
import Select from 'primevue/select'
import ConfirmDialog from 'primevue/confirmdialog'
import FloatLabel from 'primevue/floatlabel';
import {
useSelectedTable,