-
Notifications
You must be signed in to change notification settings - Fork 75
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
Re-factor expressions editor to be more generic and re-usable #12183
Comments
Came across an issue from this PR when testing something else; when filtering the component properties for Repeating Group for finding the properties that may have expressions, |
På grunn av en feil i designsystemet kan det dukke opp noen overskrifter som egentlig ikke skal være synlige på skjermen. Dette er fikset i versjon 0.51.3 av designsystemet. |
Takket være feilen nevnt over oppdaget jeg en annen feil, i en tekstreferanse. Den er fikset her: #12493 |
Tested in dev - encountered two bugs while testing the functionality of expressions. |
Description
Expressions are used in several places in an app, f.ex:
hidden
property)The expressions editor is currently only implemented for the components use case, and is likely a little too tied to that case.
We should extract the essentials into a new, re-usable component that takes context as input in order to be able to generate expressions in all of the above cases.
The text was updated successfully, but these errors were encountered: