-
Notifications
You must be signed in to change notification settings - Fork 39
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
[QE testing] alignment form fields ids #831
Comments
How to start working on this issue? |
Hi @kirtanchandak - To start, have a look for any Text input components with a missing ID. I have found one here:
in client/src/app/pages/migration-waves/components/manage-applications-form.tsx Thanks! |
Hey I am using this approach, is the correct?
|
@kirtanchandak That is the right idea! However, in this case I think that textInput is just for display purposes so it may not necessitate our React-hook-form text input wrapper component here. |
@kirtanchandak I think for this one, just adding an ID here would be sufficient. Let me know if that makes sense or if you see any other issues I can help you get started with! |
curious if this is being worked on |
My take is if it is unassigned, it is fair game @gitdallas |
This issue has been marked 'good first issue' |
I'm starting to work on it |
I add the following code And I have this problem: what am I supposed to do now? |
Related to #443
The text was updated successfully, but these errors were encountered: