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

Tree: inputText's onChange in nodeTemplate does not respond to a space key #6888

Closed
romanzhukov23 opened this issue Jul 15, 2024 · 0 comments · Fixed by #6891, leoo1992/GeradorQRCode#80 or leoo1992/GeradorQRCode#85 · May be fixed by mtech-31-quemistry/quemistry_client_web#20
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA
Milestone

Comments

@romanzhukov23
Copy link

Describe the bug

inputText's onChange in nodeTemplate does not respond to a space key, maybe because of KeyBoard Support of Tree. How can I get a space in onChange?

Reproducer

https://stackblitz.com/edit/vitejs-vite-aakq55

PrimeReact version

10.7.0

React version

18.x

Language

TypeScript

Build / Runtime

Create React App (CRA)

Browser(s)

No response

Steps to reproduce the behavior

Try to enter a space in the InputText

Expected behavior

Adding space in the InputText

@romanzhukov23 romanzhukov23 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 15, 2024
@melloware melloware added Component: Accessibility Issue or pull request is related to WCAG or ARIA and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 15, 2024
akshayaqburst pushed a commit to qburst/primereact_qb_33 that referenced this issue Jul 16, 2024
akshayaqburst pushed a commit to qburst/primereact_qb_33 that referenced this issue Jul 16, 2024
@melloware melloware added this to the 10.7.1 milestone Jul 16, 2024
melloware pushed a commit that referenced this issue Jul 16, 2024
…nd to a space key (#6891)

* fix: #6888, Tree: inputText's onChange in nodeTemplate does not respond to a space key

* fix: #6888, Tree: inputText's onChange in nodeTemplate does not respond to a space key

---------

Co-authored-by: ANTONA09 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment