lodash-form-collector icon indicating copy to clipboard operation
lodash-form-collector copied to clipboard

a form collector powered by lodash that support any frontend framework.

Results 11 lodash-form-collector issues
Sort by recently updated
recently updated
newest added

理论上应该直接支持了,但是遍历时候找不到这个元素了? chrome bug? 这个模式怪怪的 为什么不能用 一个 select 多个 关闭的 option 来作为分组

enhancement

支持结果转换为0, 1继承其他特性 false = 0 true = 1

enhancement

当一个字段为boolean时,如 { isDisabled: true } 使用两个 radio 来控制,并且可以转换成正确的 true or false 当利用位控制时候(罕见),如 [false, true, false, ...] 并且只能选1时候 保证选中的为 true 其他为 false ps: 类似情况还有 checkbox,区别为多选

- [ ] 可以排序字段

这个貌似不太常见 绝大多数库都没有支持

enhancement

json 不支持 date 对象,为了标准化过程存成 string?

enhancement