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
VGSCollect instance.
fieldName
field-name in JSON path in inbound route filters.
modifier
AndroidView wrapper compose modifier.
onViewCreate
A callback to be invoked when VGSTextInputLayout and RangeDateEditText view is created.
onViewUpdate
A callback to be invoked after the view is inflated and upon recomposition to update the information and state of the view.