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

OverlayPanel: Hides when entering data into InputText #4725

Closed
AydarVess opened this issue Oct 31, 2023 · 1 comment
Closed

OverlayPanel: Hides when entering data into InputText #4725

AydarVess opened this issue Oct 31, 2023 · 1 comment

Comments

@AydarVess
Copy link

Describe the bug

Bug Description:
The OverlayPanel component from PrimeVue is exhibiting unexpected behavior. When entering data into the InputText element within the OverlayPanel, the text entered is not saved in the value variable, and, more critically, the OverlayPanel closes after the first keypress.

This behavior is inconsistent with the expected behavior, where the OverlayPanel should remain open while data is being entered into the InputText.

Reproducer

https://codesandbox.io/p/sandbox/primevue-demo-forked-xfl3md?file=%2Fsrc%2FApp.vue%3A5%2C28

PrimeVue version

3.38.0

Vue version

3.x

Language

ALL

Build / Runtime

Vite

Browser(s)

Chrome 90

Steps to reproduce the behavior

  1. Click on the Button to open the OverlayPanel.
  2. Inside the OverlayPanel, there is an InputText.
  3. Click on the InputText and start entering text.

Expected behavior

When entering data into InputText, the text should be saved in the value variable, and the OverlayPanel should not hide.

@AydarVess AydarVess added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 31, 2023
@tugcekucukoglu
Copy link
Member

Fixed with #4712

@tugcekucukoglu tugcekucukoglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants