Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SF][Tree]: [Unable To Use Down Arrow To Change Spin Box when in Tree] #10474

Open
1 task done
tandan0813 opened this issue Jan 7, 2025 · 2 comments · May be fixed by #10520
Open
1 task done

[SF][Tree]: [Unable To Use Down Arrow To Change Spin Box when in Tree] #10474

tandan0813 opened this issue Jan 7, 2025 · 2 comments · May be fixed by #10520
Assignees
Labels
bug This issue is a bug in the code Medium Prio TOPIC P

Comments

@tandan0813
Copy link

Describe the bug

When use Number Input in Tree component, we can't use down arrow to lower the value in input, however, we can use up arrow to add the value.

When use Input alone, it has the correct behavior.

Isolated Example

https://stackblitz.com/edit/github-fhafcajp?file=src%2FApp.tsx

Reproduction steps

  1. Open the isolated environment;
  2. Tab to Input Field;
  3. Use down arrow to lower the Field Value.

Expected Behaviour

No response

Screenshots or Videos

No response

UI5 Web Components for React Version

2.5.0

UI5 Web Components Version

2.5.1

Browser

Chrome

Operating System

No response

Additional Context

No response

Relevant log output

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@Lukas742
Copy link
Collaborator

Lukas742 commented Jan 7, 2025

Hi @tandan0813

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.


Hi Colleagues,

here you can find the same example only without React and our wrapper: https://stackblitz.com/edit/github-r5j5bjuh?file=index.html

@Lukas742 Lukas742 transferred this issue from SAP/ui5-webcomponents-react Jan 7, 2025
@unazko unazko added TOPIC P Medium Prio bug This issue is a bug in the code labels Jan 9, 2025
@unazko
Copy link
Contributor

unazko commented Jan 9, 2025

Hello @SAP/ui5-webcomponents-topic-p,

Please checkout the provided snippet.
If the numeric ui5-input is used outside of the ui5-tree component the users would be able to change the value with the UP/DOWN keyboard keys.
That is not the case though when the ui5-input is slotted into a ui5-tree component.

Best regards,
Boyan

@NakataCode NakataCode self-assigned this Jan 10, 2025
@NakataCode NakataCode moved this from Issues to In Progress in Maintenance - Topic P Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code Medium Prio TOPIC P
Projects
Status: In Progress
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

4 participants