-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Have you already checked if a similar item is present on manager-components?
- Yes, I have already checked the existing components/hooks/utils.
What do you expect from this request?
Component
Description
I would like to propose the creation of a new module that provides a pre-containerized ODS (Design System) to facilitate the use of React-Hook-Form with standardized methods.
This module would help streamline the integration of ODS with React-Hook-Form, ensuring a consistent approach and reducing the need for custom implementations. By providing standardized methods, it would improve the development efficiency and maintainability of forms within our applications.
Where do you expect to use this?
All projects (Similart component used on SAP)
Do you have mock-up?
Same render of ODS
When do you expect this to be delivered?
No response
Additional Information
I have PR to comparaison :
On this PR we can use React hook form with specific encapsulation field for needs :
#14523
On this PR we can use React-hook-form with generic field encapsulation compatible for all needs :
#15207