We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 237978b + 33130d0 commit 92b9f96Copy full SHA for 92b9f96
acf-input-counter.php
@@ -78,7 +78,7 @@ public function render_field($field) {
78
// only run on text and text area fields when maxlength is set
79
return;
80
}
81
- $len = strlen($field['value']);
+ $len = mb_strlen($field['value']);
82
$max = $field['maxlength'];
83
84
$classes = apply_filters('acf-input-counter/classes', array());
0 commit comments