Skip to content

Commit

Permalink
Add new property do documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-jazurek committed Feb 22, 2023
1 parent 3929346 commit 17c7ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/base/api/use-autocomplete.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"type": { "name": "boolean", "description": "boolean" },
"default": "false"
},
"disableOptionEqualToValueWarning": {
"type": { "name": "boolean", "description": "boolean" },
"default": "false"
},
"filterOptions": {
"type": {
"name": "(options: T[], state: FilterOptionsState<T&gt) =&gt T[]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"disabled": "If <code>true</code>, the component is disabled.",
"disabledItemsFocusable": "If <code>true</code>, will allow focus on disabled items.",
"disableListWrap": "If <code>true</code>, the list box in the popup will not wrap focus.",
"disableOptionEqualToValueWarning": "Disable warning when options are not equal to value",
"filterOptions": "A function that determines the filtered options to be rendered on search.",
"filterSelectedOptions": "If <code>true</code>, hide the selected options from the list box.",
"freeSolo": "If <code>true</code>, the Autocomplete is free solo, meaning that the user input is not bound to provided options.",
Expand Down

0 comments on commit 17c7ce5

Please sign in to comment.