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
@@ -19,7 +19,7 @@ import PropTypes from 'prop-types';
|
|||||||
|
|
||||||
export default class Field extends React.PureComponent {
|
export default class Field extends React.PureComponent {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
// The field's id, which binds the input and label together.
|
// The field's ID, which binds the input and label together.
|
||||||
id: PropTypes.string.isRequired,
|
id: PropTypes.string.isRequired,
|
||||||
// The field's <input> type. Defaults to "text".
|
// The field's <input> type. Defaults to "text".
|
||||||
type: PropTypes.string,
|
type: PropTypes.string,
|
||||||
|
|||||||
Reference in New Issue
Block a user