We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0834d52 commit a8e83b7Copy full SHA for a8e83b7
components/input/inputProps.js
@@ -30,7 +30,7 @@ export default {
30
// onBlur?: React.FormEventHandler<any>;
31
prefix: PropTypes.any,
32
suffix: PropTypes.any,
33
- spellCheck: Boolean,
+ // spellCheck: Boolean,
34
autoFocus: Boolean,
35
allowClear: Boolean,
36
lazy: {
site/dev.js
@@ -12,7 +12,7 @@ import Api from './components/api';
12
import './components';
13
import demoBox from './components/demoBox';
14
import demoContainer from './components/demoContainer';
15
-import Test from '../components/table/demo/index.vue';
+import Test from '../components/input/demo/basic.md';
16
import zhCN from './theme/zh-CN';
17
import enUS from './theme/en-US';
18
Vue.use(Vuex);
0 commit comments