Class

RezInputTransformer

RezInputTransformer()

Constructor

# new RezInputTransformer()

Transformer for live input elements in cards.

Adds input event handlers to form elements (input, select, textarea) with the rez-live attribute for real-time value updates.

View Source rez_view.js, line 1013

Extends

Methods

# static constructor(receiver)

Creates a new RezInputTransformer.

Parameters:
Name Type Description
receiver Object

Object that handles input events

View Source rez_view.js, line 1023