This module provides various form improvements.
This module provides select
form element template that allows adding attributes to the options.
It also modifies the checkboxes and radios widgets to also allow adding attributes.
This module provides javascript widgets to enhance some form fields.
- Autocomplete: transforms a select widget into an autocomplete
- Datepicker: transforms a date widget into a datepicker
- Formatting: provides text formatting buttons (ex: uppercase)
- Length checker: Checks the length of a text field against a set of minimum and maximum length
- Selection limit: Limit the selection of checkboxes to a set number
This module provides a route and controller to retrieve information about a source when selected in a form.
This is used to display editorial information on reports, jobs and training pages.
This module provides a form helper to help removing or sorting options.
This module overrides the node_preview
param converter to allow handling fields using inline entity forms, to allow to see the referenced entity value in the preview while preventing it from being created until the form is saved.