pref: 树组件配置项不再自动获取焦点

This commit is contained in:
zhouqiqi01 2023-12-11 17:01:16 +08:00
parent 05df93874a
commit 091d21755e
2 changed files with 6 additions and 0 deletions

View File

@ -642,6 +642,7 @@ export class TreeControlPlugin extends BasePlugin {
),
value: false,
formType: 'extend',
autoFocus: false,
form: {
body: [
{
@ -662,6 +663,7 @@ export class TreeControlPlugin extends BasePlugin {
trueValue: false,
falseValue: true,
formType: 'extend',
autoFocus: false,
form: {
body: [
{
@ -724,6 +726,7 @@ export class TreeControlPlugin extends BasePlugin {
trueValue: false,
falseValue: true,
formType: 'extend',
autoFocus: false,
form: {
body: [
{

View File

@ -552,6 +552,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
),
value: false,
formType: 'extend',
autoFocus: false,
form: {
body: [
{
@ -572,6 +573,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
trueValue: false,
falseValue: true,
formType: 'extend',
autoFocus: false,
form: {
body: [
{
@ -634,6 +636,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
trueValue: false,
falseValue: true,
formType: 'extend',
autoFocus: false,
form: {
body: [
{