Этот коммит содержится в:
David Lu
2016-06-03 08:41:28 -07:00
коммит произвёл Joram Wilander
родитель 08cf0feb7f
Коммит 9857b60b98
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@@ -108,6 +108,7 @@ export default class SwitchChannelModal extends React.Component {
type='input'
onUserInput={this.onUserInput}
value={this.state.text}
placeholder={Utils.localizeMessage('channel_switch_modal.hint', 'Type the name of a channel')}
onKeyDown={this.handleKeyDown}
listComponent={SuggestionList}
maxLength='64'