aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Form.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 16:36:26 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 16:36:26 +0100
commit7b03fa16c50f2250bcc16284016cb05f501ec51a (patch)
tree0ef0fe0485dae1454ce3915812f1a59d7c6bdc47 /src/lib/Form.js
parentMerge pull request #587 from meetfranz/feature/remove-miner (diff)
downloadferdium-app-7b03fa16c50f2250bcc16284016cb05f501ec51a.tar.gz
ferdium-app-7b03fa16c50f2250bcc16284016cb05f501ec51a.tar.zst
ferdium-app-7b03fa16c50f2250bcc16284016cb05f501ec51a.zip
fix invite screen [object Object] value
mobx-react-form expects nested `fields` property in array
Diffstat (limited to 'src/lib/Form.js')
-rw-r--r--src/lib/Form.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/Form.js b/src/lib/Form.js
index a22699b45..9b8321948 100644
--- a/src/lib/Form.js
+++ b/src/lib/Form.js
@@ -21,8 +21,9 @@ export default class DefaultForm extends Form {
21 21
22 options() { 22 options() {
23 return { 23 return {
24 validateOnInit: false, 24 validateOnInit: false, // default: true
25 // validateOnBlur: true, 25 // validateOnBlur: true, // default: true
26 // validateOnChange: true // default: false
26 // // validationDebounceWait: { 27 // // validationDebounceWait: {
27 // // trailing: true, 28 // // trailing: true,
28 // // }, 29 // // },