You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks to @brendanbond for completing the React 18 upgrades for formio/react library.
Is your feature request related to a problem? Please describe.
I found that it was always hard to manipulate existing FormIO Components (e.g., FormRenderer, FormBuilder, etc.) as there are no specific guides like formio.js library has provided in Wiki.
And even though cross-referencing is possible (yet time-consuming), sometimes it is inaccurate with specific features of the React framework.
Describe the solution you'd like
It would be great to have Types definitions supported, instead of any when using formio/react components. However, it could be projected that it might require great efforts to organise such a massive package with defined types.
Just said, I am more than willing to help with the types declaration; just let me know if anything I can start of on.
Describe alternatives you've considered
Although moment/luxon is a fully open-sourced project, the outsource to DefinitelyTyped package might be able to apply on this. Just that a reference with declarations of liabilities have to be mentioned.
Additional context
No additional context is available.
The text was updated successfully, but these errors were encountered:
hokwanhung
changed the title
Requests for Types with the upcoming Hooks and original React components
Feature Request for Types with the upcoming Hooks and original React components
Jul 30, 2024
hokwanhung
changed the title
Feature Request for Types with the upcoming Hooks and original React components
Feature Suggestion for Types with the upcoming Hooks and original React components
Jul 30, 2024
hokwanhung
changed the title
Feature Suggestion for Types with the upcoming Hooks and original React components
Feature suggestion of Types with the upcoming Hooks and original React components
Jul 30, 2024
Many thanks to @brendanbond for completing the React 18 upgrades for formio/react library.
Is your feature request related to a problem? Please describe.
I found that it was always hard to manipulate existing FormIO Components (e.g.,
FormRenderer
,FormBuilder
, etc.) as there are no specific guides like formio.js library has provided in Wiki.And even though cross-referencing is possible (yet time-consuming), sometimes it is inaccurate with specific features of the
React
framework.Describe the solution you'd like
It would be great to have
Types
definitions supported, instead ofany
when using formio/react components. However, it could be projected that it might require great efforts to organise such a massive package with defined types.Just said, I am more than willing to help with the
types
declaration; just let me know if anything I can start of on.Describe alternatives you've considered
Although moment/luxon is a fully open-sourced project, the outsource to DefinitelyTyped package might be able to apply on this. Just that a reference with declarations of liabilities have to be mentioned.
Additional context
No additional context is available.
The text was updated successfully, but these errors were encountered: