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 in Template mode does not respond to a space key #16055

Closed
akshayaqburst opened this issue Jul 18, 2024 · 0 comments · Fixed by #16056 · 4 remaining pull requests
Closed

Tree: inputText in Template mode does not respond to a space key #16055

akshayaqburst opened this issue Jul 18, 2024 · 0 comments · Fixed by #16056 · 4 remaining pull requests
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@akshayaqburst
Copy link
Contributor

Describe the bug

Tree: inputText in Template mode does not respond to a space key

Environment

React node environment.

Reproducer

https://stackblitz.com/edit/github-n65qkz?file=src%2Fapp%2Fapp.component.ts

Angular version

17.x.x

PrimeNG version

17.18.4

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.x.x

Browser(s)

No response

Steps to reproduce the behavior

  1. Go to Tree -> Template OR go to the attached stackblitz environment.
  2. Click on the toggle button, and input box appears.
  3. Try inputting a space to the input field.
  4. Space is not getting inserted into the input field.

Expected behavior

We should be able to insert a space to the input field.

@akshayaqburst akshayaqburst 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 18, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working 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 18, 2024
@cetincakiroglu cetincakiroglu added this to the 17.18.5 milestone Jul 18, 2024
cetincakiroglu added a commit that referenced this issue Jul 18, 2024
fix: #16055, Tree: inputText in Template mode does not respond to a space key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment