【发布时间】:2018-11-29 20:26:50
【问题描述】:
当我用 Material UI “Dialog” 包装“form”元素时,我收到“Cannot read property 'offsetWidth' of null”错误,这使得 InputLabel 的自动宽度无法工作。
当我删除 Dialog 时,它工作得很好,并且 InputLabelRef 在 ComponentDidmount 上被正确读取。
沙盒示例:https://codesandbox.io/s/1q98z07w13
我需要用 Dialog 包裹它。这可能是什么问题?
【问题讨论】:
标签: reactjs material-ui