We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb9746 commit 9ff3632Copy full SHA for 9ff3632
packages/core/src/Input/README.md
@@ -116,9 +116,9 @@ export interface InputProps extends TextInputProps {
116
| `containerStyle` | 容器样式 | `StyleProp<ViewStyle>` | - |
117
| `error` | 显示错误 | boolean | - |
118
| `renderError` | 自定义错误提示 | React.ReactNode | - |
119
-| `border` | 边框 | `'bottom'|'top'|'left'|'right'|null|'always'` | - |
+| `border` | 边框 | `bottom`\|`top`\|`left`\|`right`\| `null`\|`always` | - |
120
| `borderColor` | 边框颜色 | string | - |
121
| `keyboardType` | 唤起键盘类型 | KeyboardTypeOptions | - |
122
123
124
-> 更多 react-native Input 属性请参考 react-native TextInput (https://www.react-native.cn/docs/textinput)
+> 更多 react-native Input 属性请参考 react-native TextInput (https://www.react-native.cn/docs/textinput)
0 commit comments