mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
The number prompt type currently prevents correction of an invalid user entered value after schema validation. An input type is now used instead. Type coercion based on the schema type(s) already occurs during the filter phase for the inquirer question.