Typed Widget
Component ID
2805541
Component name
Typed Widget
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
193
Component created
Component changed
Component body
Typed Widget provides a service to dynamically create form elements based on Typed Data data type plugin ids or Data Definitions. This is most useful for modules that implement custom data types, and less useful for entity types that implement form handlers.
TODO
- Make a stable and usable API for entity types
- Option to use complex data or form handler.
- Split element builder for entity types into a separate class like primitive element builder?
- Add an interface that non-entity complex data can use to implement:
- custom form handler
- custom view handler
- Support typed config?
- Support add more functionality for list elements
- Support Rules
Examples
The module also has a github repository at https://github.com/mradcliffe/typed_widget
