-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't workingtoolsIssues related to testing toolsIssues related to testing tools
Description
Inspector Version
- 0.17.2
Describe the bug
It is not possible to enter 1.0 as a parameter value.
To Reproduce
Steps to reproduce the behavior:
- Type
1.in the parameter field - Press
0
Expected behavior
See 1.0 in the parameter field, it reverts back to 1 instead.
- OS: Windows
- Browser Chrome
Additional context
I need to receive a JSON-RPC call containing 1.0, because just 1 will be converted to an integer in my language (Python):
>>> type(json.loads("1"))
<class 'int'>
>>> type(json.loads("1.0"))
<class 'float'>
Version Consideration
Inspector V2 is under development to address architectural and UX improvements. See CONTRIBUTING.md for information about V2 development.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtoolsIssues related to testing toolsIssues related to testing tools