react-component / react-component/tree-select
dropdownClassName class does not appear in DOM
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 312
- Forks
- 204
- Avg merge
- 37m
- Merged PRs (30d)
- 1
Description
dropdownClassName does not appear to be working - creating a "test-class" does not appear in the DOM when added.
Repro Steps
- clone and build the repo
- Open basic.js and add the dropdownClassName property to the "single select" demo with the class name "test-class".
- Search the DOM for "test-class" - test-class does not appear in the DOM
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
Build the repository and open basic.js, then add dropdownClassName="test-class" to the single select demo as described. Inspect the rendered DOM for the class and trace the TreeSelect implementation from the demo usage. Done means the configured class appears in the DOM.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100