Please Try ,
<input type="text" style="width:500px;height:500px;">
you need to add style for more and more biger input and if you want to add millions of number
Chrome crashes somewhere After 8,000,000….
IE8 crashes somewhere After 8,000,000….
Safari crashes somewhere After 2,000,000….
Is there a way to input a million numbers (or higher) into a <input type="text">
without having Chrome crash? My machine has 32GB of RAM so memory shouldn’t be an issue but Chrome slows down heavily. I’ve tried hiding the numbers using CSS but still freezes.
What is your os? I think you need to increase your Chrome memory limit.