Help adding <input type='text'/> tag to Avengers example
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 455
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 2
Description
For a personal project I am trying to add an tag for the user to input their own descriptions to the tabs.
When I have been attempting this I console.log the current {name} when I type in the textarea but the {name} is coming up incorrectly. I am new to React so it may be a rookie js move but the checkboxes are working fine.
I am happy to give as much information as I can to help.
Please find link for code example - (https://raw.githubusercontent.com/johnmutton/connectabiz/master/src/components/EditSite/EditSite.js)
Thanks,
John
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked src/components/EditSite/EditSite.js file and trace how the current tab name is read while typing. Reproduce the console output, then confirm that the text input accepts a user description and reports the expected value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100