Skip to content

Commit 600f6e9

Browse files
committed
Add support for negative values in the input field
1 parent 9456f80 commit 600f6e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Search/SearchFiltersAmountBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ function SearchFiltersAmountBase({title, filterKey, testID}: {title: Translation
222222
role={CONST.ROLE.PRESENTATION}
223223
ref={inputCallbackRef}
224224
inputMode={CONST.INPUT_MODE.DECIMAL}
225+
shouldAllowNegative
225226
autoFocus
226227
uncontrolled
227228
/>

0 commit comments

Comments
 (0)