aerni / statamic-livewire-forms

Supercharge your Statamic forms with Livewire
https://statamic.com/addons/aerni/livewire-forms
Other
28 stars 2 forks source link

Fix issues around hidden fields #55

Closed aerni closed 3 months ago

aerni commented 3 months ago

This PR resolves some issues around hidden fields and closes #54. The issue in #54 was caused by a type mismatch when comparing the handle of a step with the handle of an invisible step.

This PR also addresses an issue, where a whole section would be rendered invisible when it contained a single hidden field. Now, a section is only rendered invisible, when all of its fields are hidden.