Merged
Conversation
|
第一次选中后,不应该关闭弹窗;关闭弹窗只有两种方式:
|
81985bf to
393be45
Compare
|
Deploy preview for femessage-element ready! Built with commit e2bbcb3 |
dd4dd08 to
f50b7f6
Compare
f50b7f6 to
e2bbcb3
Compare
snowlocked
approved these changes
Aug 27, 2020
| }, | ||
|
|
||
| handleFocus() { | ||
| handleFocus(currentInput) { |
eviIIt
approved these changes
Aug 28, 2020
This file contains hidden or 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
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.
Why
在日期范围选择框已有值的情况下,希望只修改任意一边的日期,但目前每次修改都需要重新选择开始日期和结束日期,造成用户体验不佳。
How
Preview
before
after