Skip to content
New issue

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

docs: update the description information of the RangePicker and Grid apis. #8015

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

raoyingjun
Copy link

@raoyingjun raoyingjun commented Jan 13, 2025

When the event is a change or a calendarChange, clear the input, dates may be null, but in the official documentation, its type definition is [dayjs, dayjs] | [string, string], The correct one should be [dayjs, dayjs] | [string, string] | null.
Related commit: 3bc42d0, 26c25e3
Mini demo: https://codesandbox.io/p/sandbox/lively-violet-gmltsk

@raoyingjun
Copy link
Author

In addition, the Row.wrap attribute of the Grid API in the official documentation is set to flex flow during rendering row wrap, That is to say, wrap defaults to true, but it defaults to false in the document, which is inconsistent with the actual rendering performance. Solution: Revise the document to make it consistent.
Related commit: 02035d2
Problem demo: Snipaste_2025-01-14_11-47-37

@raoyingjun raoyingjun changed the title docs: update the description information of the range picker api docs: update the description information of the RangePicker and Grid apis. Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant