jqh 4 anni fa
parent
commit
c7ea7582b8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Form/Field/Button.php

+ 1 - 0
src/Form/Field/Button.php

@@ -28,6 +28,7 @@ $('{$this->getElementClassSelector()}').on('$event', function() {
     $callback
 });
 JS;
+
         return $this;
     }
 }