SSNEditTextWrapper

fun SSNEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, SSNEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, SSNEditText) -> Unit? = null)

Deprecated

This component is deprecated. Please use VgsSsnTextField instead.

Replace with

com.verygoodsecurity.vgscollect.widget.compose.material.VgsSsnTextField()

SSNEditText compose wrapper.

Parameters

collect
fieldName
  • field-name in JSON path in inbound route filters.

modifier
onViewCreate
onViewUpdate
  • A callback to be invoked after the view is inflated and upon recomposition to update the information and state of the view.