From a426124e1fa75a082c0ad4f5750dfdf92b26b70a Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 21 Jan 2019 18:09:48 +0100 Subject: [PATCH] add ui:help tips (#1145) * add ui:help tips from https://github.com/mozilla-services/react-jsonschema-form/issues/743#event-2084678361 --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 916d425304..b90ad42e3d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -202,6 +202,7 @@ This component follows [JSON Schema](http://json-schema.org/documentation.html) - Custom errors messages with transformErrors: - 2 columns form with CSS and FieldTemplate: - Validate and submit form from external control: + - Custom component for Help text with `ui:help`: ## Contributing