mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
added focus on all pages where are inputs
This commit is contained in:
@@ -96,6 +96,7 @@ function selectChange() {
|
|||||||
placeholder="Select additional modules"
|
placeholder="Select additional modules"
|
||||||
@change="selectChange()"
|
@change="selectChange()"
|
||||||
@selectall-change="onSelectAllChange($event)"
|
@selectall-change="onSelectAllChange($event)"
|
||||||
|
:autoFilterFocus="true"
|
||||||
>
|
>
|
||||||
<template #option="slotProps">
|
<template #option="slotProps">
|
||||||
<div class="flex justify-content-between w-full">
|
<div class="flex justify-content-between w-full">
|
||||||
|
@@ -66,6 +66,7 @@ async function getModules() {
|
|||||||
option-label="name"
|
option-label="name"
|
||||||
placeholder="Select a Course"
|
placeholder="Select a Course"
|
||||||
@change="getModules()"
|
@change="getModules()"
|
||||||
|
:autoFilterFocus="true"
|
||||||
></Dropdown>
|
></Dropdown>
|
||||||
<Dropdown
|
<Dropdown
|
||||||
v-model="selectedSemester"
|
v-model="selectedSemester"
|
||||||
|
@@ -38,6 +38,7 @@ rooms().then(
|
|||||||
filter
|
filter
|
||||||
option-label="name"
|
option-label="name"
|
||||||
placeholder="Select a Room"
|
placeholder="Select a Room"
|
||||||
|
:autoFilterFocus="true"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="m-6">
|
<div class="m-6">
|
||||||
|
@@ -93,6 +93,7 @@ function selectChange() {
|
|||||||
placeholder="Select additional modules"
|
placeholder="Select additional modules"
|
||||||
@change="selectChange()"
|
@change="selectChange()"
|
||||||
@selectall-change="onSelectAllChange($event)"
|
@selectall-change="onSelectAllChange($event)"
|
||||||
|
:autoFilterFocus="true"
|
||||||
>
|
>
|
||||||
<template #option="slotProps">
|
<template #option="slotProps">
|
||||||
<div class="flex justify-content-between w-full">
|
<div class="flex justify-content-between w-full">
|
||||||
|
@@ -74,7 +74,7 @@ function loadCalendar(): void {
|
|||||||
<div
|
<div
|
||||||
class="flex align-items-center justify-content-center border-round m-2"
|
class="flex align-items-center justify-content-center border-round m-2"
|
||||||
>
|
>
|
||||||
<InputText v-model="token" type="text" />
|
<InputText v-model="token" type="text" autofocus />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex align-items-center justify-content-center border-round m-2"
|
class="flex align-items-center justify-content-center border-round m-2"
|
||||||
|
Reference in New Issue
Block a user