Skip to content

Commit

Permalink
fix: NO-JIRA add id and defaultValue to inputPropsKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
wleklinskimateusz committed Jan 9, 2024
1 parent ded122f commit 1a47548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/extractInputProps/extractInputProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const inputPropsKeys = [
'src',
'step',
'value',

'id',
'defaultValue',
'onClick',
'onChange',
'onKeyDown',
Expand Down

0 comments on commit 1a47548

Please sign in to comment.