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

Password v2: Initial value is not displayed #2894

Closed
service-paradis opened this issue Aug 26, 2022 · 1 comment
Closed

Password v2: Initial value is not displayed #2894

service-paradis opened this issue Aug 26, 2022 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Milestone

Comments

@service-paradis
Copy link

Describe the bug

If we use the Password component with an initial value, the input will stay empty. Here is the reason for this:

Reproducer

No response

PrimeVue version

2.10.0

Vue version

2.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. Use the password component and use a variable with some content as v-model:
<Password v-model="myPasswordWithInitialValue" />
  1. Look at the generated input, it will be empty.
    image

Expected behavior

The generated input should display some content. Ex.
image

@service-paradis service-paradis added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Aug 26, 2022
@bahadirsofuoglu bahadirsofuoglu self-assigned this Sep 5, 2022
@bahadirsofuoglu bahadirsofuoglu added this to the 3.17.0 milestone Sep 5, 2022
@bahadirsofuoglu
Copy link
Contributor

Fixed
#2933

@tugcekucukoglu tugcekucukoglu modified the milestones: 3.17.0, 2.11.0 Sep 5, 2022
@tugcekucukoglu tugcekucukoglu changed the title Password: Initial value is not displayed Password v2: Initial value is not displayed Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Projects
None yet
Development

No branches or pull requests

3 participants