gaurav517
gaurav517
Very new to this, but will be happy to have a look over next weekend.. if its not done by then. Feel free to give pointers to save time in...
looks like `value/onChange` in [Autocomplete](https://github.com/backstage/backstage/blob/master/plugins/scaffolder/src/components/fields/EntityPicker/EntityPicker.tsx#L87) would also change in case of multiple selects. Still wrapping my head around what they would look like in case of multiple selects. Whats the...
Can I please get help in an initial review (Draft PR): https://github.com/backstage/backstage/pull/16606 It seems working (including type validation) However I see following in console sometimes: ``` Material-UI: A component is...
ok.. so following resolves ☝️ : ``` value={multipleSelect ? (formData as string[]) || [] : (formData as string) || ''} ``` I will update documentation and set PR for review.
hmm just noticed `custom field explorer` is broken because `selectedField.schema?.returnValue?` in [this line](https://github.com/backstage/backstage/blob/33f069c805c53f631142eeefff34da59126adb60/plugins/scaffolder/src/components/TemplateEditorPage/CustomFieldExplorer.tsx#L89) does not have `type` now (has `anyOf` now because of schema changes) so `custom field explorer` removes...
Thanks. Hoping to create a PR this week.
Sorry, haven't been able to get to this yet.. too many things happening on my side.. I might be able to look at it after 2 weeks or so if...
Is there a workaround for this? Any other library suggestion that can help? We don't want to use service account keys to create delegated credentials. I know that with node/typescript...
okay.. how long if know? I still see it 2 days after deletion.
Its still showing up. `What search backend do you use?`: We use `postgres` as search backend `Do you have some cleaning for that?`: No unless there is some cleaning implemented...