gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
375 stars 134 forks source link

Show more appropriate keyboard for mobile users #120

Closed RyanDhuse closed 3 years ago

RyanDhuse commented 3 years ago

When visiting the setup and config pages from my phone, I noticed it wanted to autocapitalize and offer spelling suggestions in inappropriate places. This change adds standard html attributes to several input fields to prevent this behavior.

Reference: https://uxcellence.com/2014/tweaking-automatic-form-input

gysmo38 commented 3 years ago

Thank you.