You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some variable has input, other not, the platform does not show correctly to user if "Input" is requered or not. Is your feature request related to a problem? Please describe
Describe Preferred Solution
Ensure user can type “input” field if it is required and not show it (input field) if it is not required
Additional Context
The text was updated successfully, but these errors were encountered:
If user selects "Total number of hospitalizations due to X in the last 12 months" input field is requerid as integer. But user can type caracteres and the field is not mark as requeried even if into html we have:
<mat-error *ngIf="!requiredFields.fieldData" class="required-alert">
Input is required
But this messages never appears, It shows only the generic one 'There are empty fields that are required to fill'
Feature Request
Describe the Feature Request
Some variable has input, other not, the platform does not show correctly to user if "Input" is requered or not.
Is your feature request related to a problem? Please describe
Describe Preferred Solution
Ensure user can type “input” field if it is required and not show it (input field) if it is not required
Additional Context
The text was updated successfully, but these errors were encountered: