New: Disable autocomplete of port number

(cherry picked from commit 943a3d80c4ff37cdffcd840190353d679c979493)
pull/6651/head
Stevie Robinson 3 years ago committed by Robin Dadswell
parent 4f8b0dd5cc
commit b627c6badd

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

Loading…
Cancel
Save