Limit edit team name input field to 22 characters
Этот коммит содержится в:
@@ -437,6 +437,7 @@ export default class GeneralTab extends React.Component {
|
|||||||
<input
|
<input
|
||||||
className='form-control'
|
className='form-control'
|
||||||
type='text'
|
type='text'
|
||||||
|
maxLength='22'
|
||||||
onChange={this.updateName}
|
onChange={this.updateName}
|
||||||
value={this.state.name}
|
value={this.state.name}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user