-
Notifications
You must be signed in to change notification settings - Fork 362
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
feat: add label prop API for date pickers and range input #3169
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…omponents & fix related styles Signed-off-by: Siubeng <fython@163.com>
本次改动仅对 Vue(PC) 版本实现,未同步 React 或其他框架实现,因此未提供新的演示文档,请评估是否需要补充 cc @uyarn |
fython
changed the title
feat: 为范围输入/日期输入/日期范围输入组件添加 label 属性支持
feat: add label prop API for date pickers and range input
May 11, 2024
补充了 submodule |
需要补充md API描述文件的label描述 |
uyarn
approved these changes
May 14, 2024
Merged
16 tasks
uyarn
added a commit
that referenced
this pull request
May 16, 2024
--------- Signed-off-by: Siubeng <fython@163.com> Co-authored-by: Uyarn <uyarnchen@gmail.com>
uyarn
added a commit
that referenced
this pull request
May 16, 2024
* fix(upload): fix options method (#3155) * chore: update common * fix(upload): fix options method * chore: update common --------- Co-authored-by: Uyarn <uyarnchen@gmail.com> * chore: fix docs (#3161) * chore: fix docs * chore: fix lint * fix(color-picker): 修复切换预览颜色时,通道按钮位置不变的问题 (#3163) * feat(input): add borderless mode (#3162) * feat: add label prop API for date pickers and range input (#3169) --------- Signed-off-by: Siubeng <fython@163.com> Co-authored-by: Uyarn <uyarnchen@gmail.com> * fix(range-input): 修复 prefix/suffix 内容未应用居中样式的问题 (#3175) * fix(range-input): add missing classes to fix unexpected align of prefix/suffix in component * test(range-input): update snapshots for range-input and related components * fix(select): fix default value missing (#3177) * fix(select): fix default value missing * chore: update snapshot * chore: update common to synchronize style and docs fix (#3178) * chore: release 1.9.4-naruto --------- Signed-off-by: Siubeng <fython@163.com> Co-authored-by: Yunfei Shen <shenyf0608@163.com> Co-authored-by: fennghuang <89014758+fennghuang@users.noreply.github.com> Co-authored-by: Siubeng <fython@163.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
为
RangeInputPopup
/DatePicker
/DateRangePicker
添加label
属性支持📝 更新日志
label
属性DatePicker
/DateRangePicker
组件新增label
属性☑️ 请求合并前的自查清单