Form

fun Form(editor: DocumentEditor, mode: Mode = Mode.fill, onUpload: suspend (FieldEvent) -> List<String>? = null, onCapture: suspend (FieldEvent) -> String?? = null, pageId: String? = null, navigation: Boolean = true, onBlur: (event: FieldEvent) -> Unit? = null, onFocus: (event: FieldEvent) -> Unit? = null, onFieldChange: (event: FieldEvent) -> Unit? = null, showUnsupportedFields: Boolean = false, showUnsupportedColumns: Boolean = true, modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(0.dp))

Deprecated

This legacy component is deprecated. Use Form from the non-legacy compose module (v2).