We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
time
duration
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
Describe the bug which version of ng-formworks:
which version of Angular:
which framework:
A clear and concise description of what the bug is.
To Reproduce
In this playground example the time format is not correctly validated and the duration format is not supported per spec.
The form shows formats for Date-Time and Date fields, but free text entry for Time and Duration:
Entering a random value in the Time field, correctly shows a validation message, but shows that the form is valid:
Entering a random value in the Duration field, does not show a validation message and shows that the form is valid:
I tried both with and without
"x-inputAttributes": { "step": 1 }
with the same result
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
which version of ng-formworks:
which version of Angular:
which framework:
A clear and concise description of what the bug is.
To Reproduce
In this playground example the
time
format is not correctly validated and theduration
format is not supported per spec.The form shows formats for Date-Time and Date fields, but free text entry for Time and Duration:
Entering a random value in the Time field, correctly shows a validation message, but shows that the form is valid:
Entering a random value in the Duration field, does not show a validation message and shows that the form is valid:
I tried both with and without
with the same result
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: