RangeDateEditTextWrapper

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

RangeDateEditText 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.