Browse Source

chore: remove input onlyBorder doc

代强 1 year ago
parent
commit
d1aca04aa3
2 changed files with 0 additions and 2 deletions
  1. 0 1
      content/input/input/index-en-US.md
  2. 0 1
      content/input/input/index.md

+ 0 - 1
content/input/input/index-en-US.md

@@ -405,7 +405,6 @@ Answers to some questions:
 | getValueLength    | Custom calculated character string length                                                                                                                                                     | (value: string) => number       |           |
 | hideSuffix        | Toggle whether to hide suffix if clear icon is shown,by default the two icon are side by side                                                                                                 | boolean                         | false     |
 | mode              | mode of input,optional: `password` **>= v1.3.0**                                                                                                                                              | string                          |           |
-| onlyBorder | Set the border width and keep only the border, suitable for simple scenes **>= v2.52.0**                                                                                                      | number | - |
 | prefix            | Prefix                                                                                                                                                                                        | ReactNode                       |           |
 | preventScroll | Indicates whether the browser should scroll the document to display the newly focused element, acting on the focus method inside the component, excluding the component passed in by the user | boolean |  |  |
 | showClear         | Show clear button **>=1.0.0**                                                                                                                                                                 | boolean                         | false     |

+ 0 - 1
content/input/input/index.md

@@ -417,7 +417,6 @@ import { Input, Typography, Form, TextArea, Button } from '@douyinfe/semi-ui';
 | getValueLength    | 自定义计算字符串长度                                     | (value: string) => number       |      |
 | hideSuffix        | 清除按钮与后缀标签并存时隐藏后缀标签,默认为false两者并列                | boolean                         | false     |
 | mode              | 输入框的模式,可选值password **>=v1.3.0**                | string                          |           |
-| onlyBorder | 设置边框宽度,只保留边框,适合简约场景 **>=2.52.0**               | number | - |
 | prefix            | 前缀标签                                           | ReactNode                       |           |
 | preventScroll     | 指示浏览器是否应滚动文档以显示新聚焦的元素,作用于组件内的 focus 方法         | boolean                         |  |  |
 | showClear         | 输入框有内容且 hover 或 focus 时展示清除按钮 **>=1.0.0**      | boolean                         | false     |