Skip to content

Commit 82b4609

Browse files
committed
fixed tables in readme
1 parent aa4c6bd commit 82b4609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Note that this is still a work in progress so some fields are under construction
7474
The form object is used to track the state of the form. Whether it is valid or not, whether there are any errors etc. The following attributes will be set under each field key. e.g. if you had a field with the key of `name` you could access these under `form.name`
7575

7676
| Attribute | Type | Default | Description |
77+
| --- | --- | --- | --- |
7778
| $dirty | `boolean` | `false` | ***RESTRICTED*** This is set by the system and is just there for your reference. It gets set to `true` upon blur or change, whichever happens first. |
7879
| $active | `boolean` | `false` | ***RESTRICTED*** Also set by the system and is set to true on focus. |
7980

@@ -101,6 +102,7 @@ These options are used by all the different field types. Some fields may have sp
101102
These should be added to the `templateOptions` property. Some input types may have specific options which can be used here and will be specified below.
102103

103104
| Property | Type | Default | Description |
105+
| --- | --- | --- | --- |
104106
| onBlur | `function(e)` | `null` | A function to run on @blur event |
105107
| onFocus | `function(e)` | `null` | A function to run on @focus event |
106108
| onClick | `function(e)` | `null` | A function to run on @click event |

0 commit comments

Comments
 (0)