Optional
multiline?: booleanOptional
options?: InputTestEntity[] | nullChange the currently set options.
These should take the form of { id: uniqueIdentifier, name: humanReadableName }
When the user selects an option, the value of the test will become the id of the option selected.
Changing this property will clear the value of the test.
Optional
useWhether to use a searchable select.
It is advised to bind to the onPaginate event to populate the searchable select if this is true. If multiple events are bound to onPaginate, it will use the result of the last one.
Changing this property will clear the value of the test.
Optional
value?: string | number | nullSet the value of the test.
If options are set, this will attempt to look up the InputTestEntity based on the id.
Change whether or not to display the input area as a multiline text box.
If options are set, this property will have no effect.