@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.esm.js CHANGED
@@ -20944,7 +20944,7 @@ var Dropdown = function Dropdown(_ref8) {
20944
20944
  console.log("input change event", e.target);
20945
20945
  console.log("input change event value", e.target.value); // support autofill and copy/paste
20946
20946
 
20947
- if (e.tarvet.value !== inputValue) {
20947
+ if (e.target.value !== inputValue) {
20948
20948
  setInputValue(e.target.value);
20949
20949
  }
20950
20950
  },