shaffex

TextField

Description

A control that displays an editable text interface.

Parameters

Example

<body>
    <form>
        <textfield key="username">Username</textfield>
        <textfield key="multiline" axis="vertical">Enter multiple lines of text...</textfield>
    </form>
</body>

Screenshot