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
when i try using the "DateRangeValidator" for the "Date Picker" element, i get the following error, if the user inserts a date, which is not in the range of the Validator.
An exception was thrown while Neos tried to render your page
Provided formatType, "datetime", is not one of allowed values.
src/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Flow_I18n_Formatter_DatetimeFormatter.php: Provided formatType, "datetime", is not one of allowed values.
The funny part is, that the Neos/Flow/I18n/Formatter/DatetimeFormatter Class expect the formType "dateTime" and not "datetime" but im not sure, why the format string is given in lowercase.
I have installed the following Versions
neos/neos 8.3.12
neos/form-builder 2.3.4
To reproduce the error
Add the element "Form" in the content tree
Add "Date picker" under "Elements" in the form
Under "Validators", select "DateTime range validator"
In the inspector of "DateTime range validator", select the earliest and latest date (in the example 14.05 to 18.05)
Select a date in the form that is outside the selected period (in the example, the error is thrown for everything up to 13.05 and everything from 18.05)
The error will be thrown as shown in the picture
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
Hello,
when i try using the "DateRangeValidator" for the "Date Picker" element, i get the following error, if the user inserts a date, which is not in the range of the Validator.
The funny part is, that the Neos/Flow/I18n/Formatter/DatetimeFormatter Class expect the formType "dateTime" and not "datetime" but im not sure, why the format string is given in lowercase.
I have installed the following Versions
neos/neos 8.3.12
neos/form-builder 2.3.4
To reproduce the error
Add the element "Form" in the content tree
Add "Date picker" under "Elements" in the form
Under "Validators", select "DateTime range validator"
In the inspector of "DateTime range validator", select the earliest and latest date (in the example 14.05 to 18.05)
Select a date in the form that is outside the selected period (in the example, the error is thrown for everything up to 13.05 and everything from 18.05)
The error will be thrown as shown in the picture
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: