diff --git a/docs/guides/v7-upgrade-guide.md b/docs/guides/v7-upgrade-guide.md index ddde319fec..2f721d7e05 100644 --- a/docs/guides/v7-upgrade-guide.md +++ b/docs/guides/v7-upgrade-guide.md @@ -266,6 +266,9 @@ DateTimeInput has been removed from ui-forms. See a __read only__ example of imp ### Select -Select within the ui-forms package has been removed; use [Select](/#Select) from `ui-select` instead. Similar to DateInput, Select is a controlled only component that will need to be composed in the consuming app. Examples are available for managing state within this new component. +Select within the ui-forms package has been removed; use [Select](#Select) from `ui-select` instead. Similar to DateInput, Select is a controlled only component that will need to be composed in the consuming app. Examples are available for managing state within this new component. __Important note:__ If you do not need the level of customization that ui-select/Select provides, use SimpleSelect instead (available from the `ui-simple-select` package). SimpleSelect closely parallels the functionality of a standard HTML `