richDateTimeRef
@Composable
Creates a RichDateTime component, returning a reference.
Return
a RichDateTime component
Parameters
value
the initial value
name
the name attribute of the generated HTML input element
placeholder
the placeholder attribute of the generated HTML input element
disabled
determines if the field is disabled
required
determines if the field is required
locale
the locale for i18n
calendarIcon
the icon of the calendar button
inputClassName
the CSS class name of the generated HTML input element
className
the CSS class name
id
the ID of the generated HTML input element
setup
a function for setting up the component