mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed multi-part action selectors.
This commit is contained in:
parent
b8da4c62d0
commit
7ff1584eb9
8 changed files with 266 additions and 190 deletions
|
@ -63,6 +63,10 @@ export default class extends Controller {
|
|||
this._tomSelect = new TomSelect(this.element, settings);
|
||||
}
|
||||
|
||||
getTomSelect() {
|
||||
return this._tomSelect;
|
||||
}
|
||||
|
||||
renderItem(data, escape) {
|
||||
//Render empty option as full row
|
||||
if (data.value === "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue