feat(frontend): improve teacher selection interface
This commit is contained in:
parent
d5f40e43ed
commit
6b6d1a27d5
@ -72,8 +72,13 @@
|
||||
</form>
|
||||
<form id="form-teacher" onsubmit="return select_teacher()" hidden>
|
||||
<formfield>
|
||||
<label id="teacher-label" aria-busy="true">Filtra</label>
|
||||
<input id="teacher" type="text" oninput="filter_teachers()" />
|
||||
<label id="teacher-label" aria-busy="true">Seleziona docente</label>
|
||||
<input
|
||||
id="teacher"
|
||||
type="text"
|
||||
oninput="filter_teachers()"
|
||||
placeholder="Filtra"
|
||||
/>
|
||||
<select id="teachers"></select>
|
||||
</formfield>
|
||||
<input type="submit" value="Continua" />
|
||||
|
Loading…
Reference in New Issue
Block a user