refactor: url& sequence support availableType as string (#3126)
This commit is contained in:
parent
a436b59268
commit
52c83cadb3
@ -15,6 +15,7 @@ export const url: IField = {
|
|||||||
'x-component': 'Input.URL',
|
'x-component': 'Input.URL',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
availableTypes: ['string'],
|
||||||
schemaInitialize(schema: ISchema, { block }) {},
|
schemaInitialize(schema: ISchema, { block }) {},
|
||||||
properties: {
|
properties: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
|
@ -281,6 +281,7 @@ export const sequence: IField = {
|
|||||||
'x-component-props': {},
|
'x-component-props': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
availableTypes: ['string'],
|
||||||
hasDefaultValue: false,
|
hasDefaultValue: false,
|
||||||
filterable: {
|
filterable: {
|
||||||
operators: interfacesProperties.operators.string,
|
operators: interfacesProperties.operators.string,
|
||||||
|
Loading…
Reference in New Issue
Block a user