react-component / react-component/tree-select

dropdownClassName class does not appear in DOM

Open
#123 0 comments 0 reactions 0 assignees View on GitHub

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

  1. clone and build the repo
  2. Open basic.js and add the dropdownClassName property to the "single select" demo with the class name "test-class".
  3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.