mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
New: Disable autocomplete of port number
(cherry picked from commit 943a3d80c4ff37cdffcd840190353d679c979493)
This commit is contained in:
parent
729a876fc7
commit
f6a111887d
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function HostSettings(props) {
|
||||||
name="port"
|
name="port"
|
||||||
min={1}
|
min={1}
|
||||||
max={65535}
|
max={65535}
|
||||||
|
autocomplete="off"
|
||||||
helpTextWarning="Requires restart to take effect"
|
helpTextWarning="Requires restart to take effect"
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
{...port}
|
{...port}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue