fleetcor-lwc 3.9.2 → 3.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -726,6 +726,10 @@ You can override them as you wish by global css variables as priority.
726
726
 
727
727
  ## Release Notes:
728
728
 
729
+ - v.3.9.3
730
+
731
+ - Bug fix `flt-picklist`
732
+
729
733
  - v.3.9.2
730
734
 
731
735
  - Bug fix `Readmi.md`
@@ -2,7 +2,9 @@
2
2
  <div class={computedStyles} tabindex="0" onfocus={handleShowView} onblur={handleHideView}>
3
3
  <div class="flt-picklist__wrapp">
4
4
  <div class="flt-picklist__wrapp-text">
5
- <div class="flt-picklist__placeholder">{placeholder}</div>
5
+ <div lwc:if={placeholderVisible} class="flt-picklist__placeholder">
6
+ {placeholder}
7
+ </div>
6
8
  <div class="flt-picklist__value" lwc:inner-html={displayLabel}></div>
7
9
  </div>
8
10
  <svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",