Skip to content

Unify how form inputs and inputs are used #5448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks
sanmont3drepo opened this issue Mar 4, 2025 · 0 comments
Open
2 tasks

Unify how form inputs and inputs are used #5448

sanmont3drepo opened this issue Mar 4, 2025 · 0 comments

Comments

@sanmont3drepo
Copy link
Contributor

Description

In src\v5\ui\controls\inputs\select\select.component.tsx and related files FormControl is being used while the idea was to use inputcontroller and forminputs in src\v5\ui\controls\inputs\formInputs.component.tsx .

Suggested solution

Identify which inputs (from v5) are using form controls outside of formInputs and either move them to that file or if they are complex inputs move them in a file without fromcontroller/fromcontrol and create the forminput in src\v5\ui\controls\inputs\formInputs.component.tsx .

Goal

  • Have consistency in the naming of inputs
  • Have preditability on where the types of components are placed for devs to not struggle

Tasks

TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant