This commit is contained in:
xiaojunnuo
2025-05-28 23:01:55 +08:00
parent a06ef07178
commit 442f9647a2
6 changed files with 63 additions and 3 deletions
@@ -51,7 +51,7 @@ export function createRemoteSelectInputDefine(opts?: {
const watches = opts?.watches || [];
const helper = opts?.helper || "请选择";
const search = opts?.search ?? false;
const pager = opts?.pager ?? true;
const pager = opts?.pager ?? false;
let mode = "tags";
if (opts.multi === false) {
mode = undefined;