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

PrimeInputNumber autocomplete #42

Open
DavidMWBP opened this issue Apr 19, 2024 · 0 comments
Open

PrimeInputNumber autocomplete #42

DavidMWBP opened this issue Apr 19, 2024 · 0 comments

Comments

@DavidMWBP
Copy link

DavidMWBP commented Apr 19, 2024

Does this component support autocomplete functionality?

We're running into a problem with validation when we do the following steps:

  1. For an input field set $formkit to primeInputText
  2. Fill in and submit form
  3. At some point we made the aforementioned field use primeInputNumber instead
  4. Browser suggesting the autocomplete value when $formkit was set to primeInputText
  5. Validation breaking for the field

When setting $formkit to number the validation is working as intended.

It seems the default behavior for primeInputNumber is to not have autocomplete enabled in the first place (and I don't see a way to change this in the documentation) , is this observation correct?

Cheers

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

No branches or pull requests

1 participant