-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
candidate.toLowerCase is not a function #23
Comments
My goal is to select GitHub repositorys per dropdown. I think I´ve to use your Backend Plugin for this, right? form_data: github/teams You you provide example code for this? |
@nthings hi thanks for the plugin, i am also getting the same error, is there anything we are missing in the setup? |
same issue :( example is wrong
restApi https://dummyjson.com/products/categories returns list of objects instead of strings. |
Just adding to this. |
@RFackrell i am trying to do the same, for it hit a internal endpoint with auth, did you have to modify the plugin to use a existing token in the app-config and the fetch it via the backend to access the file? or was it just a json endpoint without auth hosted internally? |
Could you please help or provide a working example? regards |
+1 on this issue, it looked like the perfect tool for the problem I'm trying to solve otherwise. |
Hey. I followed the steps in the README of you dynamic-pick-extension.
I created a small template in the Template Editor:
--- apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: open-pr-with-business-catalog-entry-product spec: parameters: - title: What is your service about? properties: name: title: "Name" type: string ui:field: DynamicPickExtension ui:autofocus: true ui:options: external_data: https://dummyjson.com/products/categories
When clicking in the dropdown field I got an :
TypeError
candidate.toLowerCase is not a function
Any clue what I´ve missed?
The text was updated successfully, but these errors were encountered: