mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 08:19:35 +00:00
Clear input after option selection in tomselect fields
Fixes issue #1264
This commit is contained in:
parent
12a760d27e
commit
a722608ae8
8 changed files with 11 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ export default class extends Controller {
|
|||
maxItems: 1,
|
||||
createOnBlur: true,
|
||||
selectOnTab: true,
|
||||
clearAfterSelect: true,
|
||||
//This a an ugly solution to disable the delimiter parsing of the TomSelect plugin
|
||||
delimiter: 'VERY_L0NG_D€LIMITER_WHICH_WILL_NEVER_BE_ENCOUNTERED_IN_A_STRING',
|
||||
dropdownParent: dropdownParent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue