twisty / formsy-react-components

Bootstrap components for a formsy-react form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set the className for the form in 1.0.0.Apha?

aogaili opened this issue · comments

commented

Previously I was doing this

<Form
            ref={form => {
              this.form = form;
            }}
            className="m-x-auto text-center app-login-form">

And when I updated to the alpha version it stopped working..

Good catch. Fix incoming.