mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
New: Disable autocomplete of port number
Fixes #1249 Co-Authored-By: Stevie Robinson <stevie.robinson@gmail.com>
This commit is contained in:
parent
2fe11ca1a9
commit
3eb0533b17
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ function HostSettings(props) {
|
|||
name="port"
|
||||
min={1}
|
||||
max={65535}
|
||||
autocomplete="off"
|
||||
helpTextWarning={translate('PortHelpTextWarning')}
|
||||
onChange={onInputChange}
|
||||
{...port}
|
||||
|
|
|
|||
Loading…
Reference in a new issue