@neovici/cosmoz-autocomplete
Advanced tools
Comparing version 7.6.0 to 7.6.1
import { html } from 'lit-html'; | ||
import { chip } from './chip'; | ||
export const selection = ({ value: values, onDeselect, textual, disabled, }) => [ | ||
...values.map((value) => chip({ | ||
...values.filter(Boolean).map((value) => chip({ | ||
content: textual(value), | ||
@@ -6,0 +6,0 @@ onClear: () => onDeselect(value), |
{ | ||
"name": "@neovici/cosmoz-autocomplete", | ||
"version": "7.6.0", | ||
"version": "7.6.1", | ||
"description": "A autocomplete input web component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36654