rishu-mishra
rishu-mishra

Reputation: 1

I want to add custom drop down in form io in file display

function initializePlanReviewComponent() { const config = { label: "Plan Review File Upload", key: "planReviewDocument", url: "/formio/azure/upload", filePattern: "application/pdf", title: "Plan Review File Upload", icon: "fa-solid fa-b", weight: 80, editForm: getCustomEditForm(), // Assign the function reference }; console.log(config); const PlanReviewComponent = createCustomComponent("planReview", config);

  Formio.Components.addComponent("planReview", PlanReviewComponent);

}

Upvotes: -2

Views: 18

Answers (0)

Related Questions