mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Set selectOnTab option for tomSelect inputs
This commit is contained in:
parent
8f646e7e7b
commit
7989d4e344
3 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,7 @@ export default class extends Controller
|
|||
//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',
|
||||
createOnBlur: true,
|
||||
selectOnTab: true,
|
||||
create: true,
|
||||
searchField: "name",
|
||||
//labelField: "name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue