We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0183db6 + 1d5c2c1 commit 2e56cd2Copy full SHA for 2e56cd2
2 files changed
admin/assets/script/_fields.js
@@ -720,7 +720,7 @@
720
};
721
722
//append meta template
723
- $('a.field-add', target).click(function() {
+ $('a.row-add', target).click(function() {
724
var index = $('tbody tr', target).length;
725
var row = $(template)
726
.data('index', index)
storm/StormPackage.php
@@ -145,6 +145,7 @@ public function getFieldSchema(array $field): array
145
}
146
147
if (isset($numbers[1]) && strlen($numbers[1]) > $length[1]) {
148
+ $length[0] += strlen($numbers[1]);
149
$length[1] = strlen($numbers[1]);
150
151
0 commit comments