Clear input after option selection in tomselect fields

Fixes issue #1264
This commit is contained in:
Jan Böhmer 2026-03-07 21:22:29 +01:00
parent 12a760d27e
commit a722608ae8
8 changed files with 11 additions and 1 deletions

View file

@ -23,6 +23,8 @@ export default class extends Controller {
valueField: "id",
labelField: "name",
dropdownParent: dropdownParent,
selectOnTab: true,
clearAfterSelect: true,
preload: "focus",
render: {
item: (data, escape) => {