Issue #3522116: ConfigFormBase produces an error when saving empty number value from the form to a numeric schema item: This value should be of the correct primitive type
Open
requested to merge issue/drupal-3522116:3522116-fix-validating-number-shema-item-as-empty-sting into 11.x
Compare changes
+ 2
− 2
@@ -40,10 +40,10 @@ public function validate($value, Constraint $constraint): void {