This is a migrated thread and some comments may be shown as answers.

BUG: observable property not updated when password input is autofilled by browser

1 Answer 63 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Mathias
Top achievements
Rank 1
Mathias asked on 01 Apr 2012, 07:09 PM
Hi,
when Firefox autofills the password input field of my login form, the value is not updated in bound viewModel property.
Thx for support, Mat

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 02 Apr 2012, 09:39 AM
Hello, 

This seems to be a known Firefox bug. There are two known workarounds:
  1. Setup some script which runs at a predefined interval to check if the value has changed.
  2. Disable auto-completion via the autocomplete attribute:
    <input type="password" autocomplete="off" />

I would recommend you the second solution. 

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
MVVM
Asked by
Mathias
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or