Skip to content

Commit

Permalink
[FEATURE modernized-built-in-components] Modernize <Textarea />
Browse files Browse the repository at this point in the history
Switches the <Textarea /> component to use the new implementation
as well. Passes all existing tests.

Part of #19270
  • Loading branch information
chancancode committed Feb 5, 2021
1 parent 056483f commit 5c95b72
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 127 deletions.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/glimmer/index.ts
Expand Up @@ -368,7 +368,7 @@ export { default as Checkbox } from './lib/components/checkbox';
export { default as TextField } from './lib/components/text-field';
export { default as TextArea } from './lib/components/textarea';
export { default as LinkComponent } from './lib/components/link-to';
export { default as Input } from './lib/components/input';
export { default as Input, TextareaComponent as Textarea } from './lib/components/input';
export { default as Component } from './lib/component';
export { default as Helper, helper } from './lib/helper';
export { SafeString, escapeExpression, htmlSafe, isHTMLSafe } from './lib/utils/string';
Expand Down

0 comments on commit 5c95b72

Please sign in to comment.