Steve Piercy
Steve Piercy
@adisloom thank you for your pull request. However I cannot accept it because Deform does not require Pyramid, and this PR would make it a requirement. Pyramid is used only...
@tonthon would you please submit a PR with your fix, as well as sign https://github.com/Pylons/deform/blob/master/CONTRIBUTORS.txt and provide any tests in deform and deformdemo?
The submitted value is an empty list, which is not the same as `None`, which is why it passes validation. That might be unexpected, but it makes sense once you...
As you found, browser support for `title` attribute is inconsistent, and there are preferred ways of displaying tooltips. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title#Accessibility_concerns Can you provide a link to `title` support in the Select2...
I'd be willing to accept a PR, but I personally wouldn't have a use for it. I see too many UX issues with this approach. Would tooltips work on mobile...
@dwt I would still accept a PR for your workaround. I've done similar things in a custom template with the tuple for a table of checkboxes. The PR would need...
I'm not clear why you're messing around with the [`pstruct`](https://docs.pylonsproject.org/projects/deform/en/latest/glossary.html#term-pstruct). Usually we only use [`cstruct`](https://docs.pylonsproject.org/projects/deform/en/latest/glossary.html#term-cstruct) or [`appstruct`](https://docs.pylonsproject.org/projects/deform/en/latest/glossary.html#term-appstruct). See https://docs.pylonsproject.org/projects/deform/en/latest/serialization.html#deserialization
What happens when you follow my suggestion to use `cstruct` or `appstruct`?
With Deform 2, templates have changed. Nonetheless, translations should be supported in `` and in the help messages, as derived from the `title` and `description` of the SchemaNode. Error messages...
I agree with all that. Deform provides a basic set of templates that can be overridden. I like the idea of sharing customized Deform templates, maybe `deform-templates` as the repo....