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 */