Skip to content

Commit

Permalink
Small change to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Feb 17, 2020
1 parent f7b61b1 commit a31162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ The `tooltip' field is optional. When present, it will introduce a small i on wh

The property `pattern` is a regex that limits what the user can enter. The `hint` property is the error message shown to the user when the input does not satisfy the pattern.

Textfields also support a `default_value` property, which is a default value used to fill out the text field. This can contain a variable, e.g., `default_value: '{{deze_student}}'`.
Textfields also support a `default_value` property, which is a default value used to fill out the text field. This can contain a variable, for example, `default_value: '{{deze_student}}'`.

### Type: Number
Type for integer(?) numbers. Required and allowed options (minimal example and maximal example):
Expand Down

0 comments on commit a31162a

Please sign in to comment.