@neovici/cosmoz-autocomplete
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -131,3 +131,3 @@ import { html, nothing } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
.label=${label} | ||
.placeholder=${placeholder} | ||
.placeholder=${isSingle ? undefined : placeholder} | ||
?no-label-float=${noLabelFloat} | ||
@@ -134,0 +134,0 @@ ?always-float-label=${isSingle || alwaysFloatLabel} |
{ | ||
"name": "@neovici/cosmoz-autocomplete", | ||
"version": "5.3.0", | ||
"version": "5.3.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
24921