What widget constraints are valid for Grails domain classes?
问题 Can you tell me the list of valid values for the widget constraint below (some-widget), e.g.: static constraints = { someField(widget: 'some-widget') } The documentation seems to be missing. Related, do you know of any plugins that can work directly with this constraint? 回答1: You can have a look there It's an old list, but it's still valid, I think 回答2: From what I can tell, the widget property is only used for scaffolding and is referenced in the renderEditor.template. In that file, it