You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Include a ref so that get/set value works again
This commit is contained in:
@@ -54,6 +54,7 @@ export default class Field extends React.PureComponent {
|
|||||||
|
|
||||||
// Set some defaults for the element
|
// Set some defaults for the element
|
||||||
extraProps.type = extraProps.type || "text";
|
extraProps.type = extraProps.type || "text";
|
||||||
|
extraProps.ref = "fieldInput";
|
||||||
|
|
||||||
const element = this.props.element || "input";
|
const element = this.props.element || "input";
|
||||||
const fieldInput = React.createElement(element, extraProps, this.props.children);
|
const fieldInput = React.createElement(element, extraProps, this.props.children);
|
||||||
|
|||||||
Reference in New Issue
Block a user