ljmotta commented on issue #2093: URL: https://github.com/apache/incubator-kie-tools/issues/2093#issuecomment-1883138788
Hey! I should have missed the notification e-mail of this issue. I'm sorry to take too long to reply. @lordrip Your proposal is a great addition. I prefer to stick with your solution but bring it inside the library instead of creating a custom bridge for it. Creating a `Provider` would create a new layer of complexity. As the `description` field is a built-in `JSON Schema` field, it's very easy to support this feature without adding other components. What we need to do, is to change the `wrapField.tsx` to handle the `description` prop. We can do that by adding the `description` to the `WrapperProps` and then using it on the `labenIcon` of the `FormGroup` component. -- 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]
