If the input field has a long placeholder , then how to make it appear completely, and not cut off?
Code:
<input id="m" onkeydown="userIsTyping()" placeholder='Type your message here. Use "private to {nickname}:" to send private message. ' autocomplete="off"> All code: https://github.com/Eramik/webdev-study-socket-chat/blob/master/node/index2.html