Craig Duckett
Craig Duckett
**Describe the bug** Adding `elevation: n` to the `inputAndroidContainer` styling causes the textinput to not be clickable and a very small area above the textbox to be clickable if the...
* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [x] The...
Check if existing inputRef prop is null and use it otherwise create a new ref
I have a ref that is used via `const EVMaterialInputRefEmailRef= useRef();` and can not access `EVMaterialInputRefEmailRef.current?.isErrored()` however `EVMaterialInputRefEmailRef.current?.isFocused()` works. Below is the error I get `TypeError: _EVMaterialInputRefEm.isErrored is not a...