<input type="text" id="input"> <script> document.getElementById('input').oninput = function() { this.value = this.value.replace(/[+\.\,ёЁ]/,''); } </script>