amis2/packages/amis/__tests__/renderers/Form
2023-11-23 19:29:51 +08:00
..
__snapshots__ style: 调整 table 固顶模式的样式兼容 safari Close: #8708 (#8863) 2023-11-23 19:19:06 +08:00
array.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
autoFill.test.tsx feat: 范围类组件支持 extraName 拆成两个字段 (#7583) 2023-07-27 08:52:17 +08:00
button.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
buttonGroupSelect.test.tsx chore: button-group-select 单测补充 (#5782) 2022-11-23 10:30:28 +08:00
buttonToolBar.test.tsx chore: input-city chained-select 单测补充 (#5777) 2022-11-23 10:29:57 +08:00
chainedSelect.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
checkbox.test.tsx chore: input-number、input-range、checkbox 单测用例补充 & range style 百分比最多保留两位 (#5076) 2022-08-09 10:49:28 +08:00
checkboxes.test.tsx fix: options value 为 undefined 不进行 normalize (#5263) 2022-08-30 16:46:32 +08:00
color.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
combo.test.tsx fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773 (#8831) 2023-11-23 19:18:15 +08:00
conditionBuilder.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
container.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
control.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
dateRange.test.tsx chore: 收敛时间组件format相关属性 2023-08-23 12:48:44 +08:00
datetime.test.tsx feat: InputDateTime在closeOnSelect为false时开启确认模式; chore: InputDateTime&InputDateTimeRange首次选择时时间设置为当前值 2023-11-14 21:07:27 +08:00
datetimeRange.test.tsx feat: 补充datetimerange单测 2023-09-18 14:46:34 +08:00
fieldSet.test.tsx chore: fieldset 没有配置 title 时不要输出相关 dom 2023-06-13 19:08:01 +08:00
formitem.test.tsx fix: 修复 tabs 下表单项禁用状态判断可能不正确的问题 2023-10-30 21:05:24 +08:00
formula.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
grid.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
group.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
hbox.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
iconPicker.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
index.test.tsx fix: Form未设置初始值时reset未生效问题 (#4875) 2022-07-14 13:17:43 +08:00
initData.test.tsx chore: 升级第三方依赖 react@5.4.0 downshift@6.1.7 sortablejs@1.15.0 (#5442) 2022-09-27 10:20:24 +08:00
inputArray.test.tsx fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773 (#8831) 2023-11-23 19:18:15 +08:00
inputCity.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
inputDate.test.tsx Merge branch 'master' into fix-date-defaultValue 2023-11-23 19:29:51 +08:00
inputDateRange.test.tsx feat: input-date & input-date-range 事件动作 setValue 支持相对时间 Close: #8845 (#8848) 2023-11-23 19:14:11 +08:00
inputFormula.test.tsx fix: 修复日期默认值优先级过高的问题 (#7573) 2023-07-25 19:19:28 +08:00
inputGroup.test.tsx feat: 表单项校验变更为顺序校验模式 (#6553) 2023-04-07 13:17:56 +08:00
inputImage.test.tsx chore: 补充 input-image 的 autoFill 单元测试 (#5507) 2022-10-10 21:16:36 +08:00
inputMonth.test.tsx chore: 收敛时间组件format相关属性 2023-08-23 12:48:44 +08:00
inputMonthRange.test.tsx chore: 日期范围类组件单元测试补充 (#5705) 2022-11-08 10:26:20 +08:00
inputQuarterRange.test.tsx chore: 收敛时间组件format相关属性 2023-08-23 12:48:44 +08:00
inputSubForm.test.tsx chore: input-sub-form 表单项默认改成不可读取上层数据 Close: #7715 2023-08-14 16:50:38 +08:00
inputTable.test.tsx fix: 修复 InputTable 列表单项受控模式回显数字问题 Close: #8070 (#8092) 2023-09-12 21:15:16 +08:00
inputTag.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
inputText.test.tsx feat: add a new clear event for input-text component 2023-09-04 15:29:59 +08:00
inputYear.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
inputYearRange.test.tsx chore: 日期范围类组件单元测试补充 (#5705) 2022-11-08 10:26:20 +08:00
list.test.tsx feat: InputTag支持max,maxTagLength,separator (#4637) 2022-06-17 14:30:41 +08:00
listSelect.test.tsx feat: 列表选择可视化 & 状态容器支持 (#8408) 2023-10-18 10:42:19 +08:00
mobileCity.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
mobileInputDate.test.tsx chore: 收敛时间组件format相关属性 2023-08-23 12:48:44 +08:00
mobileNestSelect.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
nestedSelect.test.tsx fix: NestedSelect开启onLeaf后选项children为空也视为叶节点 2023-11-06 20:58:12 +08:00
number.test.tsx Merge pull request #7416 from allenve/master 2023-07-10 10:01:26 +08:00
options.test.tsx fix: 修复选项的 autoFill 会出现对象 merge 的情况 2022-07-26 17:11:15 +08:00
panel.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
radios.test.tsx fix: options value normalize 修改 (#5280) 2022-09-01 12:59:01 +08:00
range.test.tsx feat: InputRange组件min,max,step支持变量 2023-07-07 18:11:03 +08:00
rating.test.tsx chore: input-array、textarea、input-rating 单元测试补充 (#5129) 2022-08-15 09:49:57 +08:00
repeat.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
select.test.tsx chore: select 默认的搜索调整相关性参数 (#7420) 2023-07-10 10:32:07 +08:00
service.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
static.test.tsx fix: 修复 column static 属性影响到 quickEdit 中问题 (#8677) 2023-11-09 20:05:17 +08:00
switch.test.tsx feat: Switch组件支持加载中状态 (#8814) 2023-11-22 16:46:22 +08:00
tabs.test.tsx 调试编译脚本 2022-06-02 13:28:23 +08:00
tabsTransfer.test.tsx chore: 修复一些单测容易报错的问题 (#6263) 2023-02-27 16:27:53 +08:00
tabsTransferPicker.test.tsx chore: 修复一些单测容易报错的问题 (#6263) 2023-02-27 16:27:53 +08:00
text.test.tsx chore: 调整 snapshot 比对忽略 aria-labelledby 2023-07-05 15:17:34 +08:00
textarea.test.tsx style: 调整 textarea 的 counter 结构方便定制样式 (#8627) 2023-11-06 13:15:08 +08:00
time.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
timeRange.test.tsx chore: 日期范围类组件单元测试补充 (#5705) 2022-11-08 10:26:20 +08:00
transfer.test.tsx feat: Transfer组件支持分页 (#8512) 2023-11-07 15:31:05 +08:00
transferPicker.test.tsx fix: 修复transfer高亮带来的transfer-picker显示options问题 (#7917) 2023-08-23 18:56:48 +08:00
usersSelect.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00
valueFormula.test.tsx 解决大部分用例问题 2022-06-02 10:00:09 +08:00