Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: New variable automatic creation improvement #310

Open
miquinti opened this issue Jul 22, 2021 · 1 comment
Open

feature: New variable automatic creation improvement #310

miquinti opened this issue Jul 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@miquinti
Copy link
Contributor

miquinti commented Jul 22, 2021

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

@miquinti miquinti added the bug Something isn't working label Sep 14, 2021
@miquinti
Copy link
Contributor Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants