You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the nova-inputmask plugin, fields like credit card number, expiration date, and security code are correctly filled by Chrome's credit card autofill feature. However, these values are not recognized or submitted as part of the form, unlike other autofilled fields (e.g., address fields) that work as expected. Additionally other input masked fields like Phone Number that are autofilled seem to submit properly.
Steps to Reproduce
Add the following fields to a Nova resource or action using the nova-inputmask plugin:
Open the form in Google Chrome and use the browser's saved autofill feature to fill in the credit card information. Please note this will only work if loaded from a server with a proper SSL certificate
Submit the form.
Expected Behavior
The nova-inputmask fields should behave like regular text inputs and recognize values provided by Chrome's autofill feature.
Autofilled values should be processed and submitted with the form.
Actual Behavior
Chrome successfully autofills the credit card fields visually.
On form submission, the autofilled values in nova-inputmask fields (cc_number, cc_exp, ccv) are not recognized and are submitted as empty.
Other autofilled fields, such as address inputs, work as expected.
Environment
Laravel Version: 10.48.23
Nova Version: 4.35.4
PHP Version: 8.3.1
Plugin Version: 1.2.20
The text was updated successfully, but these errors were encountered:
Summary
When using the nova-inputmask plugin, fields like credit card number, expiration date, and security code are correctly filled by Chrome's credit card autofill feature. However, these values are not recognized or submitted as part of the form, unlike other autofilled fields (e.g., address fields) that work as expected. Additionally other input masked fields like Phone Number that are autofilled seem to submit properly.
Steps to Reproduce
Expected Behavior
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: