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