RichDateTime

constructor(value: LocalDateTime? = null, disabled: Boolean? = null, required: Boolean? = null, format: String = "yyyy-MM-dd HH:mm", inline: Boolean = false, locale: Locale = LocaleManager.currentLocale, className: String? = null, id: String? = null, renderConfig: RenderConfig = RenderConfig.Default, withStateFlowDelegate: WithStateFlowDelegate<LocalDateTime?> = WithStateFlowDelegateImpl())