New: Disable autocomplete of port number

(cherry picked from commit 943a3d80c4ff37cdffcd840190353d679c979493)
This commit is contained in:
Stevie Robinson 2021-09-30 20:11:52 +02:00 committed by Qstick
parent 729a876fc7
commit f6a111887d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function HostSettings(props) {
name="port"
min={1}
max={65535}
autocomplete="off"
helpTextWarning="Requires restart to take effect"
onChange={onInputChange}
{...port}