Cla*_*nho 10 safari html5 autocomplete autofill
我正在尝试使用下面的代码来使用信用卡的"Safari's AutoFill".但它没有用
<input type="text" autocomplete="cc-number">
<input type="text" autocomplete="cc-name">
<input type="text" autocomplete="cc-exp-month">
<input type="text" autocomplete="cc-exp-year">
<input type="text" autocomplete="cc-csc">
Run Code Online (Sandbox Code Playgroud)
小智 5
要使其正常工作,您需要:
希望这可以帮助!
我通过使用这个 id 解决了:
<input type="text" id="cardNumber">
<input type="text" id="cardHolder">
<input type="text" id="cardExpirationMonth">
<input type="text" id="cardExpirationYear">
<input type="text" id="cardCsc">
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
6835 次 |
最近记录: |