-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
InputFormula 公式编辑器 添加clearDefaultFormula 属性,可清除默认函数 #8035
Open
lengqingfeng
wants to merge
29
commits into
baidu:master
Choose a base branch
from
lengqingfeng:customFormula
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
… fix-order * 'fix-order' of https://github.com/lengqingfeng/amis: (282 commits) 去掉字段 outputVar中增加数据 修改测试用例 修改测试用例 feat:ajax动作返回数据格式调整 test: 补全table selectable&itemCheckableOn属性单测 test: CRUD + quickEdit & quickSaveApi & quickSaveItemApi & saveImmediately fix: InputTag组件placeholder属性不生效问题 (baidu#4933) style: Card组件按钮区图标文字间隔 (fix baidu#4901) (baidu#4931) fix: baidu#4828 Select组件搜索时输入空格错误关闭下拉框,关闭快捷键改为组合键 (baidu#4930) chore: 修复编译 warnning fix: Service组件Unmount方法缺失问题 (baidu#4954) fix: transfer tree 右侧无法滚动 (baidu#4686) fix: 公式编辑器高亮问题 (baidu#4945) feat: Property 的 title 等属性支持自动变量解析 Closes baidu#4900 修改 修改 fix: input-tag max 属性bug修复 fix: input-tag max 属性bug修复 fix: TreeSelect多选选中后没有清空input搜索内容 (baidu#4843) docs: 补充 mapping 渲染其它 amis 组件的示例 ...
感谢提供 pr,但是目前 ci 是挂的,影响后续流程。辛苦处理以下问题
|
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.
What
🤖 Generated by Copilot at c666796
Added a new feature to the input-formula component and its documentation. The feature allows users to clear the default functions from the formula editor and picker. The feature can be configured in the schema or in the component props. The feature required a new dependency
rc-component
and a modification of the test case.🤖 Generated by Copilot at c666796
Why
How
🤖 Generated by Copilot at c666796
scope="body"
attribute from the schema code blocks in the documentation filedocs/zh-CN/components/form/input-formula.md
(link, link, link, link, link, link, link, link)clearDefaultFormula
property to the input-formula component, which allows to clear the default functions and use only the custom ones defined in thefunctions
property (link, link, link, link, link, link, link, link, link, link, link, link, link)rc-component
to thepackage.json
file, which is required for the input-formula component (link)