fix: Restrict e as valid number input (#6866)

Restrict e for table header index value and allow only whole numbers
This commit is contained in:
Rishabh Rathod 2021-08-25 18:42:03 +05:30 committed by GitHub
parent b1885358cb
commit 0ff5ea543d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,9 +322,8 @@ function GoogleSheetForm(props: Props) {
</Tooltip>
</TooltipWrapper>
</Row>
<TextInput
dataType="number"
dataType="text"
fill
onChange={tableHeaderIndexChangeHandler}
placeholder="Table Header Index"