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