juergenweb / FrontendForms

A module for ProcessWire CMS to create and validate forms on the frontend easily using the Valitron library.
MIT License
16 stars 1 forks source link

Deprecation warning for setOption() on InputCheckboxMultiple::$topLabel #4

Closed donatasben closed 10 months ago

donatasben commented 10 months ago

TracyDebugger reports a deprecation error when setting InputCheckboxMultiple options with setOption('Label', 'value') on PHP 8.2:

PHP Deprecated: Creation of dynamic property FrontendForms\InputCheckboxMultiple::$topLabel is deprecated in .../Formelements/Inputelements/Inputs/InputCheckboxMultiple.php:40

juergenweb commented 10 months ago

Missing declaration for property $topLabel added. Thank you for reporting this issue!!