From 145e8e60c1e6ff6bd91aab2b3c674e5d404645d7 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Fri, 5 May 2017 10:17:37 +0300 Subject: [PATCH] Expand docs --- src/util/forms.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/forms.js b/src/util/forms.js index 497f9873..7e1861a0 100644 --- a/src/util/forms.js +++ b/src/util/forms.js @@ -8,6 +8,9 @@ import { Input, ValidationError } from '../components'; * @param {Component|String} Comp component or a String that is used * to create an input element * + * @param {Object} options extra class names to inject to the child + * components + * * @return {Component} new component that wraps the given one with a * label and possible errors */