Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

No working #6

Description

@lobosan

Hi zimme, thanks for your contribution to the community. I'm using autoform and after I installed the package, the bootstrap theme is not being applied to select2. This is my code

'productoresCialco.$.cialcoID': {
    type: String,
    label: 'Nombre del CIALCO',
    autoform: {
      type: "select2",
      options: function () {
        return Cialcos.find().map(function (cialco) {
          return {label: cialco.nombreCialco, value: cialco._id};
        });
      }
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions