Skip to content

feat: add inputMode property to text-field#11979

Open
vursen wants to merge 1 commit into
mainfrom
add-input-mode-property
Open

feat: add inputMode property to text-field#11979
vursen wants to merge 1 commit into
mainfrom
add-input-mode-property

Conversation

@vursen

@vursen vursen commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Allow specifying the virtual keyboard hint for mobile devices by delegating the inputmode attribute to the native input.

Part of vaadin/flow-components#8903

Allow specifying the virtual keyboard hint for mobile devices by
delegating the inputmode attribute to the native input.
@vursen vursen requested a review from web-padawan June 24, 2026 10:49
@sonarqubecloud

Copy link
Copy Markdown

@vursen vursen requested a review from sissbruecker June 24, 2026 13:01
* https://developer.mozilla.org/en/docs/Web/HTML/Global_attributes/inputmode
*/
inputMode: {
type: String,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: will this require dash-case input-mode attribute? Should we use inputmode instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants