angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.23k stars 6.7k forks source link

[form-field] inconsistencies now that select is supported #7297

Closed willshowell closed 6 years ago

willshowell commented 6 years ago

Bug, feature request, or proposal:

Bug

Current Behavior

  1. getMdFormFieldMissingControlError needs an updated message to reflect support for multiple types of controls

https://github.com/angular/material2/blob/3571f68a2de0833ee4741af8a0eb24d1da174f38/src/lib/form-field/form-field-errors.ts#L19-L23

  1. ~MdFormFieldModule is re-exported by MdInputModule but not by MdSelectModule. (tracking https://github.com/angular/material2/pull/7263)~

https://github.com/angular/material2/blob/3571f68a2de0833ee4741af8a0eb24d1da174f38/src/lib/input/input-module.ts#L27-L33

https://github.com/angular/material2/blob/3571f68a2de0833ee4741af8a0eb24d1da174f38/src/lib/select/select-module.ts#L23

cc @mmalerba

ghd8 commented 6 years ago

fyi - second point was already corrected in #7263

angular-automatic-lock-bot[bot] commented 4 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.