ExpirationField
Composable function representing an input field for entering expiration dates of credit cards.
Parameters
The callback triggered when the value of the expiration date changes. It receives the entered expiration date information. The value is non-null, call getValidatedMonthAndYear() to get the month and year integer pair, which will itself be null if the month or year are not valid.
The text style to be applied to the input text.
The shape customization for the expiration date input field.
The colors customization for the text field.
The padding to be applied to the input field.
The modifier for the expiration date input field.
The initial value to populate the expiration date input field. Used to update from OCR.
The separator string used to visually separate the month and year values.
The composable function used to display the label for the input field. It provides a label as a content parameter.