We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f4b50 commit 19bb46cCopy full SHA for 19bb46c
libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx
@@ -362,6 +362,7 @@ export function ContractGUI (props: ContractGUIProps) {
362
className="form-control"
363
placeholder={inp.type}
364
data-id={`multiParamManagerInput${inp.name}`}
365
+ onChange={handleBasicInput}
366
/>
367
</CustomTooltip>
368
</div>
@@ -411,7 +412,7 @@ export function ContractGUI (props: ContractGUIProps) {
411
412
<button
413
type="button"
414
data-id={buttonOptions.dataId}
- className={`udapp_instanceButton ${buttonOptions.classList}`}
415
+ className={`udapp_instanceButton btn ${buttonOptions.classList}`}
416
disabled={props.disabled || (props.inputs !=='' && basicInput === '')}
417
>
418
{buttonOptions.content}
0 commit comments