web: Improve form input validation and visibility. (#12812)
This commit is contained in:
@ -83,6 +83,7 @@ export function renderForm(
|
||||
randomString(128, ascii_letters + digits),
|
||||
)}
|
||||
required
|
||||
inputHint="code"
|
||||
></ak-text-input>
|
||||
<ak-text-input
|
||||
name="clientNetworks"
|
||||
@ -91,6 +92,7 @@ export function renderForm(
|
||||
.errorMessages=${errors?.clientNetworks ?? []}
|
||||
required
|
||||
help=${clientNetworksHelp}
|
||||
inputHint="code"
|
||||
></ak-text-input>
|
||||
<ak-form-element-horizontal
|
||||
label=${msg("Property mappings")}
|
||||
|
||||
Reference in New Issue
Block a user