zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Document the ContinueIfEmpty annotation #229

Closed settermjd closed 5 years ago

settermjd commented 5 years ago

Provide a narrative description of what you are trying to accomplish:

This change documents the ContinueIfEmpty annotation in the annotation section of the quick-start guide. I know that ContinueIfEmpty is deprecated, but in version 2, from experience, it's still required for fields that are not set as required. Given that, I'm documenting it to help others avoid the confusion that I encountered.

froschdesign commented 5 years ago

@settermjd Thanks!