Releases: vaadin-component-factory/lookup-field-flow
Releases · vaadin-component-factory/lookup-field-flow
v4.0.0
v3.0.0
v5.0.1
v5.0.0
v1.3.2
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
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
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
- Fix an issue in the webcomponent for custom grid
- Bump the Vaadin platform version
v1.1.0
- 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
Add custom header and footer slots.
See this demo: https://incubator.app.fi/lookup-field-flow-demo/custom-header