Skip to content

Commit

Permalink
Update IntergerInput.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karlavasquez8 authored May 16, 2024
1 parent adc9519 commit be5bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/IntergerInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ const [txValue, setTxValue] = useState<string | bigint>("");
| **error** (optional) | `boolean` | `false` | When set to `true`, changes input border to have error styling. |
| **disabled** (optional) | `boolean` | `false` | When set to `true`, changes input background color and border to have disabled styling. |
| **variant** (optional) | `IntegerVariant` enum | `Uint256` | The variant of integer input to use (`Uint256` or `Int256`). |
| **disableMultiplyBy1e18**(optional) | `boolean` | `false` | When set to `true`, disables the ability to multiply the value by 10^18. |
| **disableMultiplyBy1e18** (optional) | `boolean` | `false` | When set to `true`, disables the ability to multiply the value by 10^18. |

0 comments on commit be5bda9

Please sign in to comment.