Skip to content

v2.13.5

Compare
Choose a tag to compare
@Justineo Justineo released this 31 Mar 04:53
· 26 commits to d20 since this release

💡 主要变更

  • [^] Input / Textarea / SearchBox 组件的 strict 属性支持通过 { maxlength?: boolean } 类型配置了。
  • [^] TagInput 组件新增 strict 属性,支持分别配置严格限制最大标签个数和最大单个标签长度。
  • [^] Autocomplete 组件的 strict 属性支持通过 { maxlength?: boolean, select?: boolean } 类型分别配置严格限制文本最大长度和限制填写内容必须完全匹配数据源中某项了。

🐞 问题修复

  • [^] 修复 ConfigProvider 组件在进行 ui 相关配置时,配置意外地对全局生效的问题。
  • [^] help-positionsideField 组件的内容部分容器现在将自动撑满整行宽度。