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:
parent
b1885358cb
commit
0ff5ea543d
|
|
@ -322,9 +322,8 @@ function GoogleSheetForm(props: Props) {
|
|||
</Tooltip>
|
||||
</TooltipWrapper>
|
||||
</Row>
|
||||
|
||||
<TextInput
|
||||
dataType="number"
|
||||
dataType="text"
|
||||
fill
|
||||
onChange={tableHeaderIndexChangeHandler}
|
||||
placeholder="Table Header Index"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user