hi i have a small problem i want disable exit on esc to the form how can i make?
Maybe that's a feature in the Dialog class.
Unfortunately, there's not option in crud-ui for that. Please feel free to add an issue with the feature request on GitHub. As a workaround, you can try extending the WindowBasedCrudLayout class and calling dialog.setCloseOnEsc(false) from somewhere (constructor?).