Skip to content

Commit

Permalink
Update hideArgs explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Jul 29, 2019
1 parent 49171ae commit 97db553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContractForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Much changed since then. The following PropTypes were added:
// contractAddress, contractName: used to get the contract via truffle-contract
// staticArgs: additional arguments, which are always submitted regardless of the input arguments
// hideArgs: for SC method arguments that are being set computationally, based on the user's input in other fields
// hideArgs: arguments that are being set computationally, based on the user's input in other fields
// buttonLabel: to customize the submit-button at the end of the form
// specialFields: this is used by the ProofSubmission class to customize the fields for requesting location access and for uploading a picture to IPFS
// singleSelectOptions, multiSelectOptions: to supply options for a single- or multiselect dropdown list instead of an input field
Expand Down

0 comments on commit 97db553

Please sign in to comment.