Skip to content

Not all fields are triggered via events when the extension changes their values #19

@DaanBroekhof

Description

@DaanBroekhof

@paales wrote: #14 (comment)

  • There seems to be a bug that it doesn't properly save the address suffix... It seems that the CheckItOut module watches the input's for a change:
       var fields = this.content.select('input', 'select', 'textarea');
       for (var i = 0, l = fields.length; i < l; i ++) {
           if (fields[i].hasClassName('no-autosubmit')) {
               continue;
           }

           fields[i].observe('change', this.onChange);
       }

It it maybe possible to trigger this event when you change the input fields. This properly triggers the >CheckItOut module and will thus fix the second bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions