Page 1 of 1

DateTime picker for Babylon

Posted: 03 Aug 2022, 23:26
by CarnTech
Date Time picker for babylon-react-7.0.0 throwing an NaN for the time section prior to ever selecting a date or time - am I possibly missing a variable required?

Code: Select all

			<pr.Calendar
                                appendTo={"self"}
                                id={this.props.id}
                                value={this.props.value}
                                onChange={this.saveValue}
                                showTime
                                hourFormat={"24"}
                                selectionMode={"single"}
                            />
 

Re: DateTime picker for Babylon

Posted: 12 Aug 2022, 20:47
by mert.sincan
I think this issue is not related to Layout or Theme. Could you please try it without Babylon? If the problem persists, please create a Github issue.

Best Regards,