1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

New: Disable autocomplete of port number

(cherry picked from commit 943a3d80c4ff37cdffcd840190353d679c979493)
This commit is contained in:
Stevie Robinson 2021-09-30 20:11:52 +02:00 committed by Robin Dadswell
parent 4f8b0dd5cc
commit b627c6badd

View File

@ -53,6 +53,7 @@ function HostSettings(props) {
name="port" name="port"
min={1} min={1}
max={65535} max={65535}
autocomplete="off"
helpTextWarning={translate('RestartRequiredHelpTextWarning')} helpTextWarning={translate('RestartRequiredHelpTextWarning')}
onChange={onInputChange} onChange={onInputChange}
{...port} {...port}