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: PageMaker315专项问题修复 #6570

Merged
merged 2 commits into from
Apr 11, 2023
Merged

Conversation

igrowp
Copy link
Collaborator

@igrowp igrowp commented Apr 11, 2023

What

针对PageMaker平台在使用过程中发现的一些交互和体验问题,对页面设计器进行优化,包括以下几点:

  • 新增Icon、searchbox组件
  • 事件动作中增加二次确认动作
  • Button-group-select配置面板支持配置角标
  • 优化日期展示组件“显示日期格式”配置项
  • 右键菜单添加替换组件功能
  • Select、Radio 组件补充selectFirst配置
  • 返回适配器提示优化
  • 选项支持配置显隐
  • 表单项校验支持配置接口校验
  • 部分组件Unkown,无法配置面板配置
  • tag增加关闭事件

@github-actions github-actions bot added the fix label Apr 11, 2023
@github-actions
Copy link

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

Please review the labels and make any necessary changes.

@lurunze1226 lurunze1226 merged commit 17662f5 into baidu:master Apr 11, 2023
}`;

export const adaptorApiStructTooltip =
render(genCodeSchema(adaptorApiStruct, ['350px', '128px']))
Copy link
Contributor

Choose a reason for hiding this comment

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

这里提前render,导致全局的store提前初始化,并且没有实现 fetcher , 导致应用传入的options失效报错

Copy link
Contributor

Choose a reason for hiding this comment

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

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

4 participants