Open OurFinalBow opened 3 years ago
I have a similar issue, I narrowed it down to the translation file keys not matching the ones used in the rule. This caused it to error.
1_3_5_H98.InvalidAutocomplete_Text
in en.js
vs
1_3_5_H98.InvalidAutoComplete_Text
in 1_3_5.js
When using the following code the code sniffer gets stuck trying to load results (infinite load spinner):
When I remove the
autocomplete="cc-number"
it works fine and returns results. However, the autocomplete is needed for the credit card autofill to work with the angular material.