redpanda-data / redpanda-data/console

Removes occurrences of nested inputs in the console

Open
#1,407 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.