Aqua DS - Component Library

Quick Start

Framework Implementation

WebComponents

Vue 3

React

Angular

Components

Data Types

Directives

Style Customization

Theming

Custom Styles

Icons


FAQ


Aqua Basis

Aqua Composition

AqTextField Constants

These constants encapsulate default configuration objects reusable behaviors, ensuring consistency and reducing boilerplate when implementing interactive UI elements.

ICON_DISCLOSURE

Icon assigned to indicate disclosure actions (commonly used to expand or reveal additional content).

'aq-icon-chevron-down'

ICON_CLOSE

Icon assigned to close or clear the input when the user hovers over the field.

'aq-icon-close'

MAX_LENGTH

Represents the maximum number of characters allowed by default for text input fields.

This value follows the HTML specification, ensuring a safe upper limit for user input.

524288

TEXT_AREA_MAX_LENGTH

Defines the maximum number of characters allowed for a text area field.

This restriction helps maintain usability and prevents excessively long inputs that may affect performance or layout.

'70'

DEFAULT_MAX_LENGTH

Establishes the default maximum character length for standard input fields.

This value is applied when no custom limit is provided, offering a balance between flexibility and consistency.

120

On this page

Design together. Build together. Speak the same language.

back Aqua.png