stuff with float labels in the edit shizz
This commit is contained in:
@@ -36,9 +36,18 @@
|
|||||||
<template #title> Edit Details </template>
|
<template #title> Edit Details </template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="flex flex-column">
|
<div class="flex flex-column">
|
||||||
<InputText class="button-box" name="table_name" type="text" placeholder="Table Name" />
|
<FloatLabel variant="on">
|
||||||
<InputText class="button-box" name="table_link" type="text" placeholder="Table Link" />
|
<InputText class="button-box" name="table_name" type="text" placeholder="Table Name" />
|
||||||
<Select class="button-box" name="version" :options="availableVersion"></Select>
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
@@ -86,6 +95,7 @@ import Card from 'primevue/card'
|
|||||||
import Chip from 'primevue/chip'
|
import Chip from 'primevue/chip'
|
||||||
import Select from 'primevue/select'
|
import Select from 'primevue/select'
|
||||||
import ConfirmDialog from 'primevue/confirmdialog'
|
import ConfirmDialog from 'primevue/confirmdialog'
|
||||||
|
import FloatLabel from 'primevue/floatlabel';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
useSelectedTable,
|
useSelectedTable,
|
||||||
|
|||||||
Reference in New Issue
Block a user