ccsulzf

Results 3 issues of ccsulzf

在文件/src/rule/required.ts,源代码中message不会生效 const required: ExecuteRule = (rule, value, source, errors, options, type) => { if ( rule.required && (!source.hasOwnProperty(rule.field) || isEmptyValue(value, type || rule.type)) ) { errors.push(format(options.messages.required, rule.fullField)); } }; 修改为一下代码则生效...

我要使用createIntersectionObserver来监听元素是否存在当前可是范围内,但是除了在第一页的元素,其他页的元素监听不到

### Clear and concise description of the problem ![Image](https://github.com/user-attachments/assets/39b36c92-f241-4921-991d-b87a2d6aac6d) ### Suggested solution 希望在输入的时候也能看到图标预览 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Follow our [Code of...

enhancement
pr welcome