Skip to content

Problem with conditional type in 0.7.12 #263

Closed
@monyiliev

Description

@monyiliev

Thanks for your awesome code. I highly appreciate it.

I wanted to share an issue that I started experiencing since I upgraded to 0.7.12. In my Chrome console I am getting an error:

TypeError: undefined is not a function
    at schema-form.js:293

In my form I have the following conditional type:

  {
    type: "conditional",
    condition: "model.type == 1",
    items: [
      {
        key: "pseudo",
        placeholder: "Pseudo Example Placeholder"
      }
    ]
  }

I can confirm that the above works with 0.7.11 and AngularJS 1.3.14

I would be very grateful for your assistance with this problem.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions