Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VariantField #359

Closed
vaadin-miki opened this issue Apr 11, 2022 · 0 comments · Fixed by #362
Closed

VariantField #359

vaadin-miki opened this issue Apr 11, 2022 · 0 comments · Fixed by #362
Assignees
Labels
enhancement New feature or request

Comments

@vaadin-miki
Copy link
Owner

In order to have #356 support map of arbitrary objects, a field for general Object must be present. This field should allow:

  • various objects to be shown, each with the corresponding field (registering known types, reasonable default for unknown)
  • setting null value with the given editor or without it (e.g. with default label no value or similar, configurable through properties)
  • creating a new value of one of the registered known types, as well as (optionally) changing the type of the object in the field (e.g. from LocalDate to String)
@vaadin-miki vaadin-miki added the enhancement New feature or request label Apr 11, 2022
@vaadin-miki vaadin-miki added this to the Next release milestone Apr 11, 2022
@vaadin-miki vaadin-miki self-assigned this Apr 11, 2022
vaadin-miki added a commit that referenced this issue Apr 11, 2022
vaadin-miki added a commit that referenced this issue Apr 11, 2022
vaadin-miki added a commit that referenced this issue Apr 12, 2022
#356 #357 #359 #360 #361 done 

added MapField, LabelField, VariantField and MapEntryField
also fixed missing release notes
vaadin-miki added a commit that referenced this issue Apr 19, 2022
* #356 #357 #359 #360 #361 done 
* #358 hopefully fixed (#363)
* #364 done (#365)
* (bot) release notes updated for 0.13.0
* (bot) version updated to 0.13.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vaadin-miki <vaadin-miki@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant