Skip to content

Releases: vaadin-component-factory/lookup-field-flow

v4.0.0

07 Nov 02:19
Compare
Choose a tag to compare

What's Changed

  • Version 4.0.0 compatible with Vaadin 24 by @paodb in #26

Full Changelog: v3.0.0...v4.0.0

v3.0.0

07 Nov 01:51
Compare
Choose a tag to compare

What's Changed

  • Version 3.0.0 compatible with Vaadin 23 by @paodb in #25

v5.0.1

29 Oct 17:50
Compare
Choose a tag to compare

What's Changed

  • Update web-component dependency to 5.0.1 by @paodb in #24

Full Changelog: v5.0.0...v5.0.1

v5.0.0

28 Oct 19:11
Compare
Choose a tag to compare

What's Changed

  • Search button to light dom by @paodb in #23

Full Changelog: v24.0.6...v5.0.0

v1.3.2

07 Apr 11:57
c67c9cc
Compare
Choose a tag to compare

Add attribute invalid, readonly on the main component
Disabled: disable the combobox and the button
Add the demo for the different states

v1.3.0

01 Nov 15:16
1136e31
Compare
Choose a tag to compare

Footer is refactored to be vaadin-horizontal-layout with theme=“spacing-s”
The dialog only closes when “Select” or “Cancel” buttons are clicked.
Number of selected items shown in the dialog “N items selected”
Add an attribute for “has-selections” to the footer

v1.2.0

07 Oct 10:57
6b3e624
Compare
Choose a tag to compare

Add:

  • MultiSelect Lookup Field: You can select multiple elements in the combobox and the grid
  • CustomFilter: You can change the filter input to a component.

The component depends multiselect-combo-box-flow.

v1.1.1

28 Apr 14:39
d149345
Compare
Choose a tag to compare
  • Fix an issue in the webcomponent for custom grid
  • Bump the Vaadin platform version

v1.1.0

07 Apr 06:57
61fd2d5
Compare
Choose a tag to compare
  • Set the focus on the search field when the dialog is opened
  • Set the focus on the button when the dialog is closed
  • Add a new parameter `setSelectionDisabledIfEmpty that sets whether the select button is disabled or send an error when the selection is empty or not. The default value is true so the behavior of the component does not change.
  • Add a new listener addEmptySelectionListener that can be called to replace the default error notification

v1.0.6

28 Jan 09:47
bf5db7c
Compare
Choose a tag to compare

Add custom header and footer slots.

See this demo: https://incubator.app.fi/lookup-field-flow-demo/custom-header