redpanda-data / redpanda-data/console
Removes occurrences of nested inputs in the console
Open
@jvorcak is already working on this.
Since Aug 26, 2024.
frontend
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
We have a couple of occurrences of nested interactive elements inside of an console.
e.g. inside of a RadioGroup, we have a DatePickerInput, and they're both of type input.
I think that if we use custom markup of RadioGroup, we shouldn't put more elements inside of this markup.
What happens then is that these elements are stealing focus from each other etc and this kind of hotfixes are needed https://github.com/redpanda-data/console/pull/1406
Contributor guide
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.
Assessment
This issue has not been assessed yet.