Skip to content

Commit fe30387

Browse files
authored
Merge pull request #372 from KirDE/patch-1
Allow use inside Editable
2 parents c63151f + 8763afa commit fe30387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ abstract public function getElementName($index, $withPrefix = true);
280280
* @return mixed
281281
*/
282282
private function normalize($name) {
283-
return str_replace(['[]', '][', '[', ']', ' ', '.'], ['', '-', '-', '', '-', '-'], strtolower($name));
283+
return str_replace(['[]', '][', '[', ']', ' ', '.'], ['', '-', '-', '', '-', '-'], $name);
284284
}
285285

286286
/**

0 commit comments

Comments
 (0)