|
@@ -107,7 +107,8 @@ const Index: React.FC<BaseProps> = ({ base, pTypeList, dispatch }) => {
|
|
|
|
|
|
const renderForm = () => {
|
|
const renderForm = () => {
|
|
const normalForm = createForm({
|
|
const normalForm = createForm({
|
|
- validateFirst: true
|
|
|
|
|
|
+ validateFirst: true,
|
|
|
|
+ pattern: 'readOnly'
|
|
})
|
|
})
|
|
|
|
|
|
const SchemaField = createSchemaField({
|
|
const SchemaField = createSchemaField({
|