goToLine should only accept numbers.

The goToLine input field currently allows non-numeric characters, though it doesn’t cause errors when entered. To improve UI consistency and user experience, the input field should only accept numeric values.

This field allows various types of non-numeric input (see the docs), which users wouldn’t be able to enter in a type=number input.

1 Like