We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FEEL date functions do not work in forms. They just throw an error (in text views), or do not evaluate (in boolean properties).
date()
The expressions evaluate (like they do in feelers). If I cast them to a string, I can output the result value in text views.
The text was updated successfully, but these errors were encountered:
Okay so, we bumped feelin and this sorted it out. Will be available in the next release.
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
FEEL date functions do not work in forms. They just throw an error (in text views), or do not evaluate (in boolean properties).
Steps to Reproduce
date()
method out of strings (e.g. from date picker)Expected Behavior
The expressions evaluate (like they do in feelers). If I cast them to a string, I can output the result value in text views.
Environment
The text was updated successfully, but these errors were encountered: