CS Forms Possible Layout Bug

Hi Charlie,

Thanks for the new features in CS Forms 1.0.2! I am not sure if this is a bug, or not. Using an Off-Canvas element, whose structure is very simple,

  • Headline
  • Text
  • CS Form

I get an unexpected layout:

However, if I wrap the Form element in a div, the layout is normal and as expected. I think this has happened since 1.0.2.

A second question, unrelated - how soon is it likely that input fields (text, checkbox, etc.) will get an optional description field?

Many thanks,
Christopher

I think I may have found the solution. Set the form’s self-flex to No Shrink and make sure the off-canvas’s overflow is set to visible.

The Form does have flexbox enabled by default so you can utilize the gap for form inputs right away. Was that the only issue you found? I can look more into Input descriptions. Have a great day.

Yes, that was the only issue - a simple enough change, once I found it.

Optional input descriptions on all input fields (especially radio / checkbox and text inputs) would be very helpful!

Field descriptions our on our list. We’ll finish that eventually. Have a great day.