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',
|
||||
},
|
||||
},
|
||||
availableTypes: ['string'],
|
||||
schemaInitialize(schema: ISchema, { block }) {},
|
||||
properties: {
|
||||
...defaultProps,
|
||||
|
@ -281,6 +281,7 @@ export const sequence: IField = {
|
||||
'x-component-props': {},
|
||||
},
|
||||
},
|
||||
availableTypes: ['string'],
|
||||
hasDefaultValue: false,
|
||||
filterable: {
|
||||
operators: interfacesProperties.operators.string,
|
||||
|
Loading…
Reference in New Issue
Block a user