init

abstract suspend fun init()

Initializes the document editor by pre-creating all field editors. After calling this, fields.from calls will be synchronous and fast. This is useful in tests to avoid loading states.

Note: Form automatically calls this on first render to maintain backward compatibility.