diff --git a/package.json b/package.json index b6187dee..40f08486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/cuida", - "version": "3.152.1", + "version": "3.152.2", "description": "A design system built by Sysvale, using storybook and Vue components", "repository": { "type": "git", diff --git a/src/components/BaseInput.vue b/src/components/BaseInput.vue index ec09c95b..09e3f1a4 100644 --- a/src/components/BaseInput.vue +++ b/src/components/BaseInput.vue @@ -11,16 +11,17 @@ @focus="handleFocus" @blur="handleBlur" @keydown="handleKeydown" + @paste="handlePaste" > - + - + - + - + {{ internalValue || placeholder }} - - @@ -98,7 +100,7 @@ > - + - + - + - + {{ errorMessage }} - + @@ -165,7 +168,7 @@ {{ text }} - +