@@ -42,7 +42,6 @@ The case input attributes can be used to control the behavior of user input.
4242` input.valuePickerOpen ` | Value date picker mode <sup >6)</sup > | string | day | date |
4343` input.valuePickerStatic ` | Open input value editor | bool | false | date, time |
4444` input.valueTimePicker ` | Time value picker <sup >9)</sup > | string | - | decimal |
45- ` input.culture ` | Display culture <sup >10)</sup > | string | system | money |
4645` input.minValue ` | Minimum input value | datetime/num | - | numeric, date, date-time |
4746` input.maxValue ` | Maximum input value | datetime/num | - | numeric, date, date-time |
4847` input.stepSize ` | Step size on spin buttons | num | 1 | numeric |
@@ -52,12 +51,12 @@ The case input attributes can be used to control the behavior of user input.
5251` input.check ` | Input checkbox instead of switch | bool | false | bool toggles |
5352` input.valueHistory ` | Enable value history | bool | false | all |
5453| <b >Attachment</b > |
55- ` input.attachment ` | Enable document upload <sup >11 )</sup > | string | none | all |
56- ` input.attachmentExtensions ` | Allowed files for upload <sup >12 )</sup > | string | - | all |
54+ ` input.attachment ` | Enable document upload <sup >10 )</sup > | string | none | all |
55+ ` input.attachmentExtensions ` | Allowed files for upload <sup >11 )</sup > | string | - | all |
5756| <b >List</b > |
58- ` input.list ` | Provide list of possible inputs | object[ ] <sup >13 )</sup > | - | all |
59- ` input.listValues ` | Provide values for a list | object[ ] <sup >14 )</sup > | key | all |
60- ` input.listSelection ` | Preselected list value | string <sup >15 )</sup > | - | all |
57+ ` input.list ` | Provide list of possible inputs | object[ ] <sup >12 )</sup > | - | all |
58+ ` input.listValues ` | Provide values for a list | object[ ] <sup >13 )</sup > | key | all |
59+ ` input.listSelection ` | Preselected list value | string <sup >14 )</sup > | - | all |
6160<br />
6261
6362
@@ -72,12 +71,11 @@ The case input attributes can be used to control the behavior of user input.
7271<sup >7)</sup > Date picker type: ` DatePicker ` (date only), ` DateTimePicker ` (date and time)<br />
7372<sup >8)</sup > Text box input mask ` * ` <br />
7473<sup >9)</sup > Value time picker for decimal values: ` Day24 ` , ` Day12 ` , ` DayHour ` , ` DayMinute ` or ` HourMinute ` <br />
75- <sup >10)</sup > Culture names https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c <br />
76- <sup >11)</sup > Document attachment mode: ` None ` , ` Optional ` , ` Mandatory ` <br />
77- <sup >12)</sup > Comma separated string, example: ` .jpg,.png ` <br />
78- <sup >13)</sup > JSON array with field value type<br />
79- <sup >14)</sup > JSON array with the same count of list values<br />
80- <sup >15)</sup > Selected list value when available otherwise the selected list item (field value type)<br />
74+ <sup >10)</sup > Document attachment mode: ` None ` , ` Optional ` , ` Mandatory ` <br />
75+ <sup >11)</sup > Comma separated string, example: ` .jpg,.png ` <br />
76+ <sup >12)</sup > JSON array with field value type<br />
77+ <sup >13)</sup > JSON array with the same count of list values<br />
78+ <sup >14)</sup > Selected list value when available otherwise the selected list item (field value type)<br />
8179
8280
8381## Text input mask
0 commit comments