-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create an InferNoLogic Context from Variables Component tab #3597
Labels
Comments
This was referenced Nov 10, 2023
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Nov 28, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 5, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 5, 2023
- Storybook 8 doesn't add implicit fn() on actions anymore - Add missinng component type type annotations
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 5, 2023
- Storybook 8 doesn't add implicit fn() on actions anymore - Add missinng component type type annotations
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 6, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 6, 2023
- Storybook 8 doesn't add implicit fn() on actions anymore - Add missinng component type type annotations
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 6, 2023
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 6, 2023
It still lags a bit, but it's close to on change. Small edits aren't detected immediately.
CharString
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 6, 2023
It still lags a bit, but it's close to on change. Small edits aren't detected immediately.
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
- Storybook 8 doesn't add implicit fn() on actions anymore - Add missinng component type type annotations
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
It still lags a bit, but it's close to on change. Small edits aren't detected immediately.
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 22, 2023
I'm not surprised anymore by this kind of things....
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
... to item expression Closes open-formulieren/open-forms#3596 Closes open-formulieren/open-forms#3597
Viicos
pushed a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Dec 27, 2023
Type inference feature was cancelled due to implementation difficulties vs benefits. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Variables/Component tab contains KEY and DATA TYPE.
This can be used to create a Context for inference:
Passing an example value is enough for InferNoLogic.
This would catch #2941 if the Designer would "correct" the expression to
It would infer that "iban" should be an Array, but from the context it follows that it's a String.
So update the calls to infer from #3596 to use this context.
The text was updated successfully, but these errors were encountered: