问题标签 [formsy-material-ui]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - Formsy-material-ui 不验证初始渲染
有什么办法可以延迟组件的第一次验证,formsy-material-ui
这样验证isNotEmpty
就不会在第一次渲染表单时触发并弄乱用户体验?我正在使用受控组件,因此从每个渲染的状态设置值。
reactjs - RadioGroupButton 似乎不适用于 React Starter Kit
这是它的 GIF:http: //www.giphy.com/gifs/3oKIP7arhKhNzNzytq
如您所见,每当我单击它时,它都不会选择。
这是我在 webpack 中工作的确切代码: https ://www.webpackbin.com/bins/-KoaaPYxDno695fiUBMn
但在我的初学者工具包环境中,它似乎不起作用。但是,复选框似乎有效。有任何想法吗?
编辑:我也有 react-tap-event-plugin 并且我在我的 client.js 文件的顶部调用了它。还尝试在我的 Location.js 文件顶部。
这是我的完整依赖列表:
reactjs - material-ui onExited 方法不起作用
我正在尝试在反应 js 中使用 onExited 方法(Material-UI v1.0.0-beta.41),例如:
但是,它不起作用。有任何想法吗?谢谢!
reactjs - TypeScript 没有忽略 node_modules 库
我正在开发一个反应项目,反应版本 15.4.2 .. 它是一个现有项目,我需要在相同的反应版本上使用它。我也有一个 tsconfig 文件。我尝试使用反应材料 ui:
当我尝试启动服务器时,出现以下错误:
[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14427,101): 错误 TS1005: ')'
预期。[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14439,89):错误 TS1005:“,”预期。
[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14451,89):错误 TS1005:“,”预期。
[17:00:59] 错误 - typescript -
node_modules\csstype\index.d.ts(14463,65):错误 TS1005: '(' 预期。
[17:00:59] 错误 - typescript -
node_modules\csstype\index .d.ts(14463,107): 错误 TS1005: ')'
预期。[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14475,74):错误 TS1005:“,”预期。
[17:00:
node_modules\csstype\index.d.ts(14487,55): 错误 TS1005: '(' 预期。
[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14487,92): 错误TS1005: ')' 预期。
[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14499,77):错误 TS1005:“,”预期。
[17:00:59] 错误 - 打字稿 -
node_modules\csstype\index.d.ts(14512,67): 错误 TS1005: '(' 预期。
这是我的 tsconfig.json:
我尝试了一切,使用排除,或将 es6 添加为库,甚至在 tsconfig 中使用空类型数组。
任何想法?
reactjs - Material UI (React.js) 中的函数调用没有被调用
- 今天开始使用 Material UI 不知道为什么这个 Function handelSubmit() 没有被调用。控制台功能没有被调用,没有任何东西被打印出来。不知道我在哪里做错了,谢谢。
- 我从表单标签调用该函数,也尝试从外部调用,但它不起作用。