Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 381d25a

Browse files
Update IntergerInput.md
1 parent 86e9870 commit 381d25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/components/IntergerInput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ const [txValue, setTxValue] = useState<string | bigint>("");
3939
| **name** (optional) | `string` | `undefined` | Helps identify the data being sent if InputBase is submitted into a form. |
4040
| **error** (optional) | `boolean` | `false` | When set to `true`, changes input border to have error styling. |
4141
| **disabled** (optional) | `boolean` | `false` | When set to `true`, changes input background color and border to have disabled styling. |
42+
| **variant** (optional) | `IntegerVariant` enum | `Uint256` | The variant of integer input to use (`Uint256` or `Int256`). |
43+
| **disableMultiplyBy1e18** | `boolean` | `false` | When set to `true`, disables the ability to multiply the value by 10^18. |

0 commit comments

Comments
 (0)