Skip to content

Commit a5a90c6

Browse files
committed
TaxonomyPicker documentation update to include validateInput
1 parent d61c554 commit a5a90c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ The TaxonomyPicker control can be configured with the following properties:
165165
| termActions | ITermActions | no | Allows to execute custom action on the term like e.g. get other term labelsITermActions. |
166166
| hideTagsNotAvailableForTagging | boolean | no | Specifies if the tags marked with 'Available for tagging' = false should be hidden |
167167
| validateOnLoad | boolean | no | Specifies if the initial values will be validated, when the component is loaded. Default value is false |
168+
| validateInput | boolean | no | Specifies if the input text will be validated, when the component focus is changed |
168169
| hideDeprecatedTags | boolean | no | Specifies if deprecated tags should be hidden |
169170
| placeholder | string | no | Short text hint to display in empty picker |
170171
| errorMessage | string | no | Static error message displayed below the picker. Use `onGetErrorMessage` to dynamically change the error message displayed (if any) based on the current value. `errorMessage` and `onGetErrorMessage` are mutually exclusive (`errorMessage` takes precedence). |

0 commit comments

Comments
 (0)