@thecb/components 6.0.0-beta.20 → 6.0.0-beta.21

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/dist/index.cjs.js CHANGED
@@ -20952,7 +20952,7 @@ var Dropdown = function Dropdown(_ref8) {
20952
20952
  console.log("input change event", e.target);
20953
20953
  console.log("input change event value", e.target.value); // support autofill and copy/paste
20954
20954
 
20955
- if (e.tarvet.value !== inputValue) {
20955
+ if (e.target.value !== inputValue) {
20956
20956
  setInputValue(e.target.value);
20957
20957
  }
20958
20958
  },