Skip to content

Commit

Permalink
chore: merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Jun 6, 2024
1 parent 47de1f9 commit 3462d43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/input/input.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ align | String | left | options: left/center/right | N
allowInputOverMax | Boolean | false | \- | N
autoWidth | Boolean | false | \- | N
autocomplete | String | undefined | \- | N
spellCheck | Boolean | false | \- | N
autofocus | Boolean | false | \- | N
borderless | Boolean | false | input without border | N
clearable | Boolean | false | \- | N
Expand Down
1 change: 0 additions & 1 deletion src/input/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ align | String | left | 文本内容位置,居左/居中/居右。可选项:
allowInputOverMax | Boolean | false | 超出 `maxlength``maxcharacter` 之后是否允许继续输入 | N
autoWidth | Boolean | false | 宽度随内容自适应 | N
autocomplete | String | undefined | 是否开启自动填充功能,HTML5 原生属性,[点击查看详情](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) | N
spellCheck | Boolean | false | 是否开启拼写检查,HTML5 原生属性,[点击查看详情](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck) | N
autofocus | Boolean | false | 自动聚焦 | N
borderless | Boolean | false | 无边框模式 | N
clearable | Boolean | false | 是否可清空 | N
Expand Down
4 changes: 0 additions & 4 deletions src/input/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export interface TdInputProps {
* 是否开启自动填充功能,HTML5 原生属性,[点击查看详情](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
*/
autocomplete?: string;
/**
* 是否开启拼写检查,HTML5 原生属性,[点击查看详情](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck)
*/
spellCheck?: boolean;
/**
* 自动聚焦
* @default false
Expand Down

0 comments on commit 3462d43

Please sign in to comment.