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 6, 2021
1 parent c4e0c85 commit c1895fd
Show file tree
Hide file tree
Showing 10 changed files with 401 additions and 171 deletions.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/glimmer/index.ts
Original file line number Diff line number Diff line change
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 c1895fd

Please sign in to comment.