General information
SDK version: 3.91.0
Environment: any
Browser and OS: any
Issue description
Here's how the field is rendered in the iframe:
<input
autocomplete="cc-name"
type="text"
autocorrect="off"
autocapitalize="none"
spellcheck="false"
class="cardholderName"
data-braintree-name="cardholderName"
name="cardholder-name"
id="cardholder-name"
inputmode="numeric"
placeholder="Name on card"
maxlength="255"
aria-describedby="field-description-cardholderName"
>
I believe inputmode should be set to "text" instead of "numeric"