- Added support for select and autocomplete input types.
- Added
EasyAutoForm
class for generating dynamic input forms based on entity maps. - The
EasyAutoForm
widget generates input fields for each key in the entity map, and automatically determines the appropriate input type based on the value type. - Supports a variety of entity types, including user profiles, product listings, blog posts, contact information, and survey responses.
- Includes options to ignore specific fields, override input decoration for different data types, and handle form submission and cancellation.