I'm trying to use autoComplete attribute for credit card details on 's (not wrapped in any form) but it is not working.
Any guesses? Is https required for autocomplete to work?
I've tried the following using Safari and Chrome:
<input type='text' placeholder='xxxx xxxx xxxx xxxx' value={this.state.card} autoComplete='on' />
<input type='text' placeholder='xxxx xxxx xxxx xxxx' value={this.state.card} autoComplete='cc-number' />