Skip to content

Commit

Permalink
docs(VSelect): add information on the auto prop for menu-props
Browse files Browse the repository at this point in the history
resolves #10375
  • Loading branch information
johnleider committed Feb 2, 2020
1 parent 7cf4695 commit b79ebed
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/docs/src/data/pages/components/Autocompletes.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"lang": "Components.Selects.objectAlert",
"value": "error"
},
{
"type": "alert",
"lang": "Components.Selects.autoAlert",
"value": "warning"
},
{
"type": "alert",
"lang": "Components.Selects.autocompleteAlert",
Expand Down
5 changes: 5 additions & 0 deletions packages/docs/src/data/pages/components/Combobox.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"lang": "Components.Selects.objectAlert",
"value": "error"
},
{
"type": "alert",
"lang": "Components.Selects.autoAlert",
"value": "warning"
},
{
"type": "alert",
"lang": "Components.Selects.autocompleteAlert",
Expand Down
5 changes: 5 additions & 0 deletions packages/docs/src/data/pages/components/OverflowBtns.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"type": "alert",
"lang": "Components.Selects.objectAlert",
"value": "error"
},
{
"type": "alert",
"lang": "Components.Selects.autoAlert",
"value": "warning"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions packages/docs/src/data/pages/components/Selects.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "alert",
"lang": "objectAlert",
"value": "error"
},
{
"type": "alert",
"lang": "autoAlert",
"value": "warning"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/lang/en/components/Selects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"heading": "# Selects",
"headingText": "Select fields components are used for collecting user provided information from a list of options.",
"objectAlert": "When using objects for the **items** prop, you must associate **item-text** and **item-value** with existing properties on your objects. These values are defaulted to **text** and **value** and can be changed.",
"autoAlert": "The **auto** property of **menu-props** is only supported for the default input style.",
"autocompleteAlert": "Browser autocomplete is set to off by default, may vary by browser and may be ignored. [MDN](https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion)",
"examples": {
"usage": {
Expand Down

0 comments on commit b79ebed

Please sign in to comment.