@farm-investimentos/front-mfe-components 11.10.4 → 11.10.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm-investimentos/front-mfe-components",
3
- "version": "11.10.4",
3
+ "version": "11.10.5",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -219,7 +219,7 @@ export default Vue.extend({
219
219
  };
220
220
 
221
221
  const updateSelectedTextValue = () => {
222
- if (!items.value || items.value.length === 0) {
222
+ if (!items.value || items.value.length === 0 || !innerValue.value) {
223
223
  selectedText.value = '';
224
224
  return;
225
225
  }