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
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
The text was updated successfully, but these errors were encountered:
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 insrc\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
Tasks
TBD
The text was updated successfully, but these errors were encountered: