Skip to content
TypeAliasInput & Controls@public

FlxInputTextType

Browser text-entry types supported by link.

ts
export type FlxInputTextType = 'email' | 'password' | 'search' | 'tel' | 'text' | 'url'

Released under the MIT License.