Skip to content

Commit

Permalink
fix(ui-number-input): add proper comment \& add new prop to `allowedP…
Browse files Browse the repository at this point in the history
…rops`
  • Loading branch information
szalonna committed Dec 10, 2024
1 parent bef59bd commit 6fa4037
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ui-number-input/src/NumberInput/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type NumberInputOwnProps = {
allowStringValue?: boolean

/**
* Definition of the icons to be rendered for increase and decrease buttons
* Sets the icons to be rendered for increase and decrease buttons
*/
renderIcons?: {
increase: Renderable
Expand Down Expand Up @@ -262,7 +262,8 @@ const allowedProps: AllowedPropKeys = [
'onKeyDown',
'inputMode',
'textAlign',
'allowStringValue'
'allowStringValue',
'renderIcons'
]

export type {
Expand Down

0 comments on commit 6fa4037

Please sign in to comment.