Skip to content

Commit

Permalink
Merge pull request #315 from PrestaShopCorp/feat/attribute-inheritanc…
Browse files Browse the repository at this point in the history
…e-input

feat: Attribute Inheritance added to input component
  • Loading branch information
mattgoud authored Feb 27, 2024
2 parents 1286356 + 2fe06bd commit 9237050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/input/src/input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:max="type === 'number' ? max : undefined"
:step="type === 'number' ? step : undefined"
:data-test="dataTest != undefined ? `input-${dataTest}` : undefined"
v-bind="$attrs"
@focus="handleFocus"
@blur="handleBlur"
/>
Expand Down

0 comments on commit 9237050

Please sign in to comment.