jomarko commented on issue #1313: URL: https://github.com/apache/incubator-kie-issues/issues/1313#issuecomment-2175571964
I have two observation about this issue. ### 01 The same object seems to have a default array field type implementation present in the task form - see the attached screenshot. Once the hiring process is started, in the Tasks view we will find the attached form view where the 'skills' has an UI elements rendered.  ### 02 Form generation tools uses fields implemented here https://github.com/apache/incubator-kie-tools/tree/main/packages/uniforms-bootstrap4-codegen/src/uniforms . There you will easily find the message about unsupported Array field type. What is strange in our codebase is the duplication of places we implement form fields, another place is here https://github.com/apache/incubator-kie-tools/tree/main/packages/uniforms-patternfly/src, please notice there is `ListField` available. Not sure if possible, but to unify user experience from tooling usage, we should probabaly minimize the amount of field implementation we use? Also it seem the external implementation has the `ListField` available https://uniforms.tools/docs/api-fields/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
