We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dea0a0 + a52e472 commit f14f2cdCopy full SHA for f14f2cd
admin/getting-started.md
@@ -198,7 +198,8 @@ Example to add a minLength validator on the `description` field:
198
199
```javascript
200
import React, { Component } from 'react';
201
-import { minLength, RichTextInput } from 'react-admin';
+import { minLength } from 'react-admin';
202
+import RichTextInput from 'ra-input-rich-text';
203
import { AdminBuilder, hydraClient } from '@api-platform-admin';
204
import parseHydraDocumentation from '@api-platform/api-doc-parser/lib/hydra/parseHydraDocumentation';
205
0 commit comments