1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

New: Disable autocomplete of port number

This commit is contained in:
Stevie Robinson
2021-09-30 20:11:52 +02:00
committed by GitHub
parent d9e9b72a89
commit 943a3d80c4

View File

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