-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When you have an input field of bytes4, like in the following function:
pragma solidity ^0.5.0;
contract TestInput {
function Test(bytes4 x) external view returns(bytes4) {
return x;
}
}And then you enter "0x12", the input validator shows β which indicates the input is ok. However when you press the arrow icon nothing happens:

Only when you enter 8 digits, like "0x12345678" you can use the arrow and the function is called.
serapath
Metadata
Metadata
Assignees
Labels
No labels