Skip to content
InterfaceInput & Controls@public

FlxInputTextOptions

Optional construction settings for link.

ts
export interface FlxInputTextOptions

Properties

PropertyModifiersTypeDescription
accessibleLabelreadonlystringAccessible name announced by assistive technology.
heightreadonlynumberAuthored logical field height.
inputModereadonlystringMobile virtual-keyboard hint such as text, numeric, or email.
maxLengthreadonlynumberMaximum UTF-16 length; zero means unlimited.
multilinereadonlybooleanUse a native textarea and preserve line breaks.
placeholderreadonlystringHint displayed by the native field while empty.
typereadonlyFlxInputTextTypeNative semantic type for a single-line field.

Released under the MIT License.