updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Ut } from ".";
|
||||
import { Ut } from "./Ut";
|
||||
|
||||
export class AppendOptions {
|
||||
|
||||
@@ -9,7 +9,7 @@ export class AppendOptions {
|
||||
if (opts.clear) {
|
||||
this.replaceChildren();
|
||||
}
|
||||
|
||||
|
||||
Ut.each(Ut.isStr(data) ? JSON.parse(data) : data, (val, id) => target.append(new Option(val, id)) );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user