Replies: 2 comments 3 replies
-
This is a working example. It has the same dependencies and file structure that in my real project. In this example I can't see the error thrown but the value isn't updated. The error that appears in the console is related to the modal, I don't know why it happens but I can update value without problem. In local don't happen. 🤔 |
Beta Was this translation helpful? Give feedback.
-
Hi @jonastg you have to prevent editor close while you are in dialog: Also it could be an interesting improvement for the grid to pass to editors: freeze or something to avoid auto closing, but this kind of advance feature would require time to make it. @listen('touchend', { target: 'document' })
} |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm trying to create a custom editor in the Angular (v17) version where a modal is displayed to allow the user to enter other info related to the field he is trying to edit. Dependency used is @revolist/angular-datagrid v4.12.5. The problem is when the user tries to save the new value and the following error occurs:
I follow the editor example as guide to create my editor:
And the modal component:
What's the problem with the editor?
Beta Was this translation helpful? Give feedback.
All reactions