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

Autocomplete doesn't change value #105

Open
Liowag opened this issue May 3, 2018 · 5 comments
Open

Autocomplete doesn't change value #105

Liowag opened this issue May 3, 2018 · 5 comments

Comments

@Liowag
Copy link

Liowag commented May 3, 2018

If I use browser autofill/autocomplete (double click into a field you previously filled out, then select a value you entered in this field before) the value of form fields with the currency mask doesn't change / update and because of this required-errors stay until you type anything in the input. Regular inputs works fine.

<input currencyMask
   type="text" name="inputWithCurrencyMask"
   [ngModel]="formData.inputWithCurrencyMask"
   #inputWithCurrencyMask="ngModel"  required>
@roinou
Copy link

roinou commented Jun 4, 2018

Same here. When selecting a value from browser's auto-fill list, sending the form does not send the selected value.

@waterskier2007
Copy link

this has come up in my work as well

@felipevegners
Copy link

same here

@igogra
Copy link

igogra commented Jul 9, 2019

Same here. Could anyone make it work?

@muldon
Copy link

muldon commented Aug 3, 2021

same here

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

6 participants