Skip to content
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

form.field.Select: originalConfig.value #5343

Open
tobiu opened this issue Mar 15, 2024 · 0 comments
Open

form.field.Select: originalConfig.value #5343

tobiu opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tobiu
Copy link
Collaborator

tobiu commented Mar 15, 2024

With the new separation of inputValue (string) and value (record), we need to adjust the originalConfig.value too.

loading a form will only pass a recordId which then get mapped into a record inside beforeSetValue().

To check if a field isDirty, we need to compare 2 records.

We could either create a new logic to compare a recordId inside the orginialConfig with the current value record OR store the record inside the originalConfig too.

@ExtAnimal

@tobiu tobiu added the enhancement New feature or request label Mar 15, 2024
@tobiu tobiu self-assigned this Mar 15, 2024
@tobiu tobiu added this to To do in Client related tickets via automation Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant