Fixed multi-part action selectors.

This commit is contained in:
Jan Böhmer 2023-02-06 00:08:32 +01:00
parent b8da4c62d0
commit 7ff1584eb9
8 changed files with 266 additions and 190 deletions

View file

@ -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 === "") {