diff --git a/web/pages/components/config/README.md b/web/pages/components/config/README.md index eae4c4bfc..d21858b38 100644 --- a/web/pages/components/config/README.md +++ b/web/pages/components/config/README.md @@ -27,59 +27,77 @@ Each form input (or group of inputs) you make, you should There are also a variety of other local states to manage the display of error/success messaging. +## Notes about `form-textfield` +- The text field is intentionally designed to make it difficult for the user to submit bad data. +- If you make a change on a field, a Submit buttton will show up that you have to click to update. That will be the only way you can update it. +- If you clear out a field that is marked as Required, then exit/blur the field, it will repopulate with its original value. + + + ## Using Ant's `