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

fix(amis-editor): input-number步长配置功能优化,实时同步当前小数位数配置 #9948

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

wibetter
Copy link
Collaborator

@wibetter wibetter commented Apr 1, 2024

What

Why

How

@github-actions github-actions bot added the fix label Apr 1, 2024
Copy link

github-actions bot commented Apr 1, 2024

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@wibetter
Copy link
Collaborator Author

wibetter commented Apr 1, 2024

close #9795

).some(key => (strictMode ? from[key] !== to[key] : from[key] != to[key]));
).some(key => {
if (strictMode) {
if (isObject(from[key]) || isObject(to[key])) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

能来个配置项吗?正常不需要进去对比对象内元素

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

设置strictMode为false,不就是为了跳过这个逻辑的吗?

@wibetter wibetter merged commit 0a266a0 into baidu:master Apr 3, 2024
3 checks passed
@wibetter
Copy link
Collaborator Author

wibetter commented Apr 3, 2024

close #3656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants