Removed required field for location
This commit is contained in:
@@ -107,7 +107,6 @@ async function handleSubmit() {
|
|||||||
v-model="eventSkeleton.location"
|
v-model="eventSkeleton.location"
|
||||||
type="text"
|
type="text"
|
||||||
name="new-event-location"
|
name="new-event-location"
|
||||||
required
|
|
||||||
placeholder="Ajouter un endroit"
|
placeholder="Ajouter un endroit"
|
||||||
class="w-full -my-1 py-1 px-2 text-sm border-b-[1px] bg-transparent focus-visible:outline-none focus-visible:border-blue-600">
|
class="w-full -my-1 py-1 px-2 text-sm border-b-[1px] bg-transparent focus-visible:outline-none focus-visible:border-blue-600">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ const eventsNotDisplayed: ComputedRef<number> = computed<number>(() => eventsFo
|
|||||||
.event-move,
|
.event-move,
|
||||||
.event-leave-active {
|
.event-leave-active {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 100ms ease-in-out;
|
transition: all 200ms ease-in-out;
|
||||||
}
|
}
|
||||||
.event-enter-from,
|
.event-enter-from,
|
||||||
.event-leave-to {
|
.event-leave-to {
|
||||||
|
|||||||
Reference in New Issue
Block a user