We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code
<FormControl> <FormLabel>From</FormLabel> <DatePicker granularity={DATE_PICKER_GRANULARITY} strategy="fixed" minValue={minValue} maxValue={maxValue} onChange={(newValue) => setFromDate(humanReadableDateString(newValue?.toString()))} > <DatePickerTrigger> <InputGroup> <Input size="md" placeholder="From Date" value={fromDate} isReadOnly /> <InputRightElement> <CalendarIcon /> </InputRightElement> </InputGroup> </DatePickerTrigger> <DatePickerDialog hideArrow={false}> <DatePickerCalendar /> <DatePickerTimeField granularity={DATE_PICKER_GRANULARITY} /> </DatePickerDialog> </DatePicker> </FormControl>
When we click on any of the date in the calendar the below warning is thrown.
package json
"@chakra-ui/react": "^2.10.4", "@saas-ui/react": "^2.11.2", "@saas-ui/date-picker": "^0.15.2",
No response
Component
Error
2.11.2
2.10.4
The text was updated successfully, but these errors were encountered:
SUI-562 Warning is getting thrown by DatePickerCalendar component when any value is changed
Sorry, something went wrong.
No branches or pull requests
Description
code
When we click on any of the date in the calendar the below warning is thrown.
package json
Link to Reproduction
No response
Steps to reproduce
Component
Error
Saas UI Version
2.11.2
Chakra UI Version
2.10.4
Browser
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: