1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00
This commit is contained in:
Ryan Cramer
2021-08-12 10:17:04 -04:00
parent 674b44b288
commit 572dc0b7ea

View File

@@ -731,7 +731,7 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
}
// if inputfield produced no output, then move to next
if(!$ffOut) continue;
if(!strlen($ffOut)) continue;
// wrap the inputfield output
$attrs = '';