You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I would like to thank you so much for providing this awesome packages, it saves me a lot of time.
However I noticed maybe a small bug for the class.
I am using template bootstrap3-horizontal for my autoform.
When I add {{> afQuickField name="address" type="googleplace" opts=optsGoogleplace template="bootstrap3-horizontal" label-class="col-sm-2" input-col-class="col-sm-8"}} to my html file, it's redered as without the class "form-control".
This is causing inconsistent layout with the rest of autoform fields.
The text was updated successfully, but these errors were encountered:
First, I would like to thank you so much for providing this awesome packages, it saves me a lot of time.
However I noticed maybe a small bug for the class.
I am using template bootstrap3-horizontal for my autoform.
When I add {{> afQuickField name="address" type="googleplace" opts=optsGoogleplace template="bootstrap3-horizontal" label-class="col-sm-2" input-col-class="col-sm-8"}} to my html file, it's redered as without the class "form-control".
This is causing inconsistent layout with the rest of autoform fields.
The text was updated successfully, but these errors were encountered: