validation_errors.md: Add links in the summary table

This commit is contained in:
Karol Lewandowski 2024-05-16 16:55:48 +02:00
parent 99d3a1de2a
commit 2bff20e17f

View File

@ -48,41 +48,40 @@ If its not possible to limit input, try to show an error as soon as possible
</tr> </tr>
<tr> <tr>
<td><p>1</p></td> <td><p>1</p></td>
<td> Non-allowed characters <td> <a href="#1-non-allowed-characters-or-too-big-values">Non-allowed characters or too big/long values</a>
Too big or long values
</td> </td>
<td> Immediately on input </td> <td> Immediately on input </td>
<td> Tooltip </td> <td> Tooltip </td>
</tr> </tr>
<tr> <tr>
<td><p>2</p></td> <td><p>2</p></td>
<td> Non-allowed values in dialogs. <td> <a href="#2-non-allowed-values-in-dialogs">Non-allowed values in dialogs.</a>
For example, an existing file name, a value that does not match the pattern, or a value thats too small <p>For example, an existing file name, a value that does not match the pattern, or a value thats too small</p>
</td> </td>
<td> On sending the form or on focus loss </td> <td> On sending the form or on focus loss </td>
<td> Tooltip </td> <td> Tooltip </td>
</tr> </tr>
<tr> <tr>
<td><p>3</p></td> <td><p>3</p></td>
<td> Empty required fields in dialogs </td> <td> <a href="#3-empty-required-fields-in-dialogs">Empty required fields in dialogs</a> </td>
<td> Disable the confirmation button or check on sending the form </td> <td> Disable the confirmation button or check on sending the form </td>
<td> Tooltip </td> <td> Tooltip </td>
</tr> </tr>
<tr> <tr>
<td><p>4</p></td> <td><p>4</p></td>
<td> Non-allowed or empty values in the main window </td> <td> <a href="#4-non-allowed-or-empty-values-in-the-main-window">Non-allowed or empty values in the main window</a> </td>
<td> On Enter or focus loss </td> <td> On Enter or focus loss </td>
<td> Tooltip </td> <td> Tooltip </td>
</tr> </tr>
<tr> <tr>
<td><p>5</p></td> <td><p>5</p></td>
<td> Remote connection </td> <td> <a href="#5-remote-connection">Remote connection</a> </td>
<td> On sending the form </td> <td> On sending the form </td>
<td> Tooltip or inline </td> <td> Tooltip or inline </td>
</tr> </tr>
<tr> <tr>
<td><p>6</p></td> <td><p>6</p></td>
<td> Complex values in multi-page dialogs </td> <td> <a href="#6-complex-values-in-multi-page-dialogs">Complex values in multi-page dialogs</a> </td>
<td> On reopening the form or when the values are used </td> <td> On reopening the form or when the values are used </td>
<td> Tooltip, inline or notification </td> <td> Tooltip, inline or notification </td>
</tr> </tr>