AllenFang / AllenFang/react-bootstrap-table
Uncaught TypeError: Cannot read property 'value' of undefined
- 主要語言
- JavaScript
- 星號
- 2.2k
- 分支
- 761
- PR 合併指標
- 30 天內沒有已合併 PR
描述
A custom `` field in an InsertModal throws an error. How to manage `select`s in the plugin?
A field:
```
Status code
CONFIRMED
NOT_CONFIRMED
```
An error thrown by the plugin:
```
InsertModalBody.js:51 Uncaught TypeError: Cannot read property 'value' of undefined
at InsertModalBody. (InsertModalBody.js:51)
at Array.forEach ()
at InsertModalBody.getFieldValue (InsertModalBody.js:41)
at InsertModal.__handleSave__REACT_HOT_LOADER__ (InsertModal.js:63)
at InsertModal._this.handleSave (InsertModal.js:54)
at InsertModalFooter.__handleSaveBtnClick__REACT_HOT_LOADER__ (InsertModalFooter.js:68)
at InsertModalFooter._this.handleSaveBtnClick (InsertModalFooter.js:46)
at Object.ReactErrorUtils.invokeGuardedCallback (ReactErrorUtils.js:69)
at executeDispatch (EventPluginUtils.js:85)
at Object.executeDispatchesInOrder (EventPluginUtils.js:105)
```
貢獻指南
評估
這個 Issue 還沒有評估資料。