Skip to content

Hosted fields: New cardholderName input shows numeric keypad #741

@maxgutman

Description

@maxgutman

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions