apatiu27112 Approved

Member since: 2017-12-18

Recent posts by apatiu27112
Post When

I'm solved it now by calculate each total like this.

 if (isset($fields->total)) {
        $fields->

Posted in How to dependsOn Repeater field.

Nothing change. It's same result

 public function filterFields($fields, $context = null) {

    if (...

Posted in How to dependsOn Repeater field.

this is filterFields

public function filterFields($fields, $context = null) {
    if (isset($fields-...

Posted in How to dependsOn Repeater field.

Hi everyone. I have this:


lines:
    label: lines
    prompt: 'add'
    type: repeater
    form:
  ...

Posted in How to dependsOn Repeater field.