mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
New: Disable autocomplete of port number
(cherry picked from commit 943a3d80c4ff37cdffcd840190353d679c979493)
This commit is contained in:
parent
4f8b0dd5cc
commit
b627c6badd
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function HostSettings(props) {
|
|||
name="port"
|
||||
min={1}
|
||||
max={65535}
|
||||
autocomplete="off"
|
||||
helpTextWarning={translate('RestartRequiredHelpTextWarning')}
|
||||
onChange={onInputChange}
|
||||
{...port}
|
||||
|
|
Loading…
Reference in a new issue