first step in refactoring autocomplete: combining input and options

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-16 23:11:16 +01:00
parent e14e37fc9d
commit ef71cf3b20
2 changed files with 57 additions and 44 deletions

View File

@@ -66,7 +66,7 @@
<tr>
<td>{t('add_object',{object:t('member')})}</td>
<td>
<Autocomplete {getCandidates} {onSelect} />
<Autocomplete />
</td>
</tr>
</tbody>