wp-forms icon indicating copy to clipboard operation
wp-forms copied to clipboard

New form element & updated errors decorator

Open korobochkin opened this issue 9 years ago • 0 comments

Sometimes we need a wrapper for some stuff inside the form (not a <fieldset> tag). For example — Input Groups from Bootrap needs a <div class="input-group"> wrapper. For this I've create Wrapper component. See getbootstrap.com/components/#input-groups-buttons.

Errors decorator Now this decorator can put errors at the bottom of input and also opportunity for change tags and classes.

korobochkin avatar Jul 18 '15 17:07 korobochkin