arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.07k stars 353 forks source link

Contents of text input fields are spell checked #2408

Open LightningStalker opened 1 month ago

LightningStalker commented 1 month ago

Describe the problem

The following text input fields are spell checked:

This is really not appropriate or useful for the type of data that will be input via any of these fields.

There isn't any context to explain what the meaning is of the red underline, so it is likely to make beginners think they are doing something wrong. It also harms readability.

To reproduce

  1. Open the board selector menu on the Arduino IDE toolbar.
  2. Select "Select other board and port..." from the menu.
  3. Type leonardo in the "Search board" field.
  4. Wait a few seconds.

🐛 A red underline appears under the search text:

image

Expected behavior

Do not spell check these fields.

Arduino IDE version

aa9b10d

Operating system

Operating system version

Issue checklist