Skip to main content

54 docs tagged with "materialfield widget"

View all tags
Guides

Input Field

The Input Field widget allows users to input text, numbers, email addresses, or passwords into your app. It’s an essential component for creating forms, collecting data, and enhancing user interaction. Built with Material Design principles, the Input Field in LiveCode Create offers easy-to-use customization options for styling, behavior, and validation.

Docs

focusColor

The color used to remark when widget is focused.

formattedHeight

Reports the height needed by the field to display its full contents without scrolling.

formattedWidth

Reports the width needed by the field to display its full contents without scrolling.

hoverColor

The hover color of the widget's background.

hoverErrorColor

The color of the widget background when the mouse is hovering and the errorEnabled is true.

iconSize

The size of the arrow icon of the widget

keyDown

Sent when the user presses a key.v

keyUp

Validate current key

keyUp

Sent when the user releases a pressed key.

label

The label of the text field

rawKeyUP

Sent when the user releases any key that was pressed (other than a modifier key).

rectChanged

Sent when the widget rect is modified by its content.

required

The widget content should be filled.

saveContent

This boolean determines content saving behaviour.

state

The current state of the widget.

stateChanged

This message is sent when the widget 'state' is changed.

text

The text contained in the field widget.

textChanged

Sent when the content of the widget has changed.

textStyle

Use the textStyle property to change the appearance of text.

visibilityToggle

Allows to temporarily unmask the content when inputType is 'password'